I am very new to Python and started getting to know socket programming recently.<br>Made a socket server, which receives a "Single Octet"(treated as a single 8-bit integer field) from a client.<br>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 .<br>
Any Ideas ?<br>