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
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
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
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