Skip to main content

nucosMQ - a pure python message module

Project description

nucosMQ is a python messaging module (in the sense of zeroMQ) written in pure Python. We are aware of other projects like snakeMQ but we were not able to produce reasonable results with that, since we depend in our related projects on massive threading.

The underlying protocoll is tcp and as an alternative udp yet not very far implemented. The Communication is thread safe, so it may be used together with whatever GUI-Library. The module is light-weighted, pure python and ready to use.

The project is in alpha stage: every usage is on your own risk and responsibility.

nucosMQ implements two kind of connections: server-client connection and link-connection. The server accepts many clients, the link is a one-to-one connection. The connections may be established also with your individual authentification method, which can be integrated easily (see examples).

A publish/subscribe logic is implemented, where clients can subscribe to a topic and the server acts as a broker for that topology.

Install

pip install nucosMQ

or download the tarball at https://github.com/DocBO/nucosMQ, unzip and type

python setup.py install

Documentation

https://pythonhosted.org/nucosMQ

Licence

MIT License

Platforms

No specific platform dependency. Python 2.7 should work as well as Python 3.4/3.5. Up to now only Linux OS is tested.

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

nucosMQ-0.0.9.tar.gz (13.6 kB view hashes)

Uploaded Source

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