Skip to main content

Abstraction layer for Python Qt networks.

Project description

QtPyNetwork is a small abstraction layer for sending and receiving messages using TCP sockets.

There are two servers available:

  • QBalancedServer:

  • QThreadedServer

The first one has constant amount of threads. When new client connects, server checks which worker has the least amount of active sockets and passes socket descriptor to this thread. QThreadedServer creates new thread for each connected device.

QThreadedClient is socket client, that keeps socket in separate thread.

Features

  • every message write and read call is executed inside thread

  • signals for each event - connected, disconnected, error, etc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

QtPyNetwork-0.5.1.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

QtPyNetwork-0.5.1-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page