Add pktno to the data

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.

transmittimg_message.grc
http://gnuradio.4.n7.nabble.com/file/n40740/transmittimg_message.grc

On Thu, Apr 11, 2013 at 4:09 PM, manjusha [email protected]
wrote:

Please help me in this issue.

Thanks.

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

Tom