socket client and server in one application?

chris at freeranger.com chris at freeranger.com
Mon May 5 11:33:38 EDT 2014


I have a python script that uses a serial port to read data from an xbee radio and it delivers the data to a socket server.

Now I need to retrieve the data from a socket client so I can send data out on the common serial port.

I think I need a combination of threads, queues, socket client and sever.

Anyone have ideas about how I might frame this out?

Thanks in advance,
Chris.





More information about the Python-list mailing list