On Thu, Apr 11, 2013 at 4:09 PM, manjusha <[email protected]> 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 _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
