hi
i want to send unsigned 32 bit integer to socket, and looking for
something equivalent to this method...
http://livedocs.adobe.com/flex/2/lan...teUnsignedInt()
is there such method / library available in python?!
this is as far as i have gotten along
i want to send unsigned 32 bit integer to socket, and looking for
something equivalent to this method...
http://livedocs.adobe.com/flex/2/lan...teUnsignedInt()
is there such method / library available in python?!
this is as far as i have gotten along
>>s = socket.socket(s ocket.AF_INET, socket.SOCK_STR EAM)
>>s.connect(('1 27.0.0.1',3000) )
>>s.connect(('1 27.0.0.1',3000) )
Comment