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.