Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 419 Bytes

Python TCP Threaded Server

A threaded TCP server written in Python using PySide. 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.

DEPENDENCIES

PySide