I am in the process of designing some hardware interface with python. what I need to do is as follows,
~initialize the drivers ~start the device ~create a socket at
Since twisted is out of question, I suggest using the socketserver module.
For an easy start, see this example.