discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Add pktno to the data


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Add pktno to the data
Date: Fri, 12 Apr 2013 19:11:38 -0400

On Thu, Apr 11, 2013 at 4:09 PM, manjusha <address@hidden> wrote:
> Hi all,
>
> I have the attached grc file.It works greatly.Now,i want to make some
> additions.i.e to transmit the packet number along with the data.
>
> Although i updated payload to payload2=payload+struct.pack('!H', pkt_no &
> 0xffff)
>
> the send_packet in packet.py seems to send the same "payload" (previous
> data)without the packet number.
>
> Please help me in this issue.
>
> Thanks.


When making changes in the code, you have to reinstall (sudo make install).

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]