I am very new to Python and started getting to know socket programming
recently.
Made a socket server, which receives a "Single Octet"(treated as a single
8-bit integer field) from a client.
But I am not sure what to do with this "Single Octet" and how to decode it
into a long integer, so that I can make use of it .
Any Ideas ?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to