/threaded-tcp-sever

A threaded TCP server written in Python using PyQt4

Primary LanguagePython

Python TCP Threaded Server

A threaded TCP server written in Python using PyQt4. This code is meant to be modified/extended in order to meet a specific requirement. If you ever needed a TCP server that can handle multiple clients separately, just grab this sources and own them. Needless to say, it can be easily modified to support UDP using the QUdpSocket class.

Original repository (Pyside version): https://github.com/serpulga/threaded-tcp-sever

DEPENDENCIES

PyQt4 version >= 4.5