Re: [Discuss-gnuradio] Adding/recovering packet number using packet_utils python class

2007-06-16 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tarun Tiwari wrote: > Hi, > > I was wondering if we can add the packet number using current packet_utils > python class. > > When I look into the code, I see that we introduce the preamble, access > code, length of the packet, payoad with crc, and pa

[Discuss-gnuradio] Adding/recovering packet number using packet_utils python class

2007-06-16 Thread Tarun Tiwari
Hi, I was wondering if we can add the packet number using current packet_utils python class. When I look into the code, I see that we introduce the preamble, access code, length of the packet, payoad with crc, and padding for usrp using make_packet function. At the same time when I look into the