Re: [Discuss-gnuradio] writing packet payloads to file

2012-11-24 Thread Tom Rondeau
On Wed, Nov 21, 2012 at 2:21 PM, Colleen Josephson wrote: > Thanks for the response. I'm not sure I understand how struct.unpack will > help, since the only data I can get seems to already be a python string. If > I transmit a packet with "hello world" as my payload, the only thing I ever > see in

Re: [Discuss-gnuradio] writing packet payloads to file

2012-11-21 Thread Colleen Josephson
Thanks for the response. I'm not sure I understand how struct.unpack will help, since the only data I can get seems to already be a python string. If I transmit a packet with "hello world" as my payload, the only thing I ever see in the receive script is the python string "hello world". I don't kno

Re: [Discuss-gnuradio] writing packet payloads to file

2012-11-20 Thread Tom Rondeau
On Fri, Nov 16, 2012 at 6:28 PM, Colleen Josephson wrote: > Hello all, > > I am researching a new coding algorithm. I am transmitting and coding a text > file using payload_tx.py and then write the binary of the packet payload to > a file to do offline analysis. > > I am having trouble writing pac

[Discuss-gnuradio] writing packet payloads to file

2012-11-16 Thread Colleen Josephson
Hello all, I am researching a new coding algorithm. I am transmitting and coding a text file using payload_tx.py and then write the binary of the packet payload to a file to do offline analysis. I am having trouble writing packet payloads to file, however, because the I can't seem to find a way t