tcp/ip server

Michael Gilfix mgilfix at eecs.tufts.edu
Wed Apr 17 10:29:41 EDT 2002


  Check out the struct module (import struct). It'll probably help you
with what you want. Remember in general to convert any ints and stuff
to network order.

                 -- Mike

On Wed, Apr 17 @ 10:04, Boris Huart wrote:
> Hi all,
> 
> I am developping a TCP/IP server in python 1.5.2 and I would like it to
> send data (mainly floats) to a Java applet. Does anyone know how to make
> it work out ? For the moment the server understands the requests (in
> strings) from the applet but the
> applet doesn't understand anything from the server...
> 
> TIA,
> 
> Boris
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list
`-> (boris.huart)

-- 
Michael Gilfix
mgilfix at eecs.tufts.edu

For my gpg public key:
http://www.eecs.tufts.edu/~mgilfix/contact.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 236 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20020417/dee4ced1/attachment.sig>


More information about the Python-list mailing list