PDA

View Full Version : [PyQt4] SSL server and client example



JoelG90
23rd May 2009, 21:15
I am having troubles figuring out how to setup an ssl client/server connection in PyQt4. I don't know enough about python nor PyQt4 to be able to 'convert' the Qt4 C++ code into Python.

I'm making a multi-user console application with the server side on Ubuntu 9.04 and a client GUI on Windows XP, Vista, and 7. I want a ssl server that can accept multiple connections and do multiple things. So multi-threaded? I also want a client that can connect to and send/receive data that can be directed to the respective functions on the server side.

Any examples would be greatly appreciated.

wysota
24th May 2009, 09:09
It is advised that you ask specific questions to be given specific answers. You should start with networking examples that come with Qt. The fact that you want to use SSL is irrelevant to the problem.