Python package to create publishers & subscribers to send JSON payloads over ZMQ.
Project description
# zmqpubsubdemo
Python publisher & subscriber to send JSON payloads over ZMQ.
## Installation 1. Install pip3 - sudo apt-get update - sudo apt-get -y install python3-pip 2. Install pyzmq - sudo pip3 install pyzmq
### Create a Publisher: - zmqpubsub.Publisher(ip=’x.x.x.x’, port=’yyyy’)
### Create a Subscriber - zmqpubsub.Subscriber(ip=’x.x.x.x’, port=’yyyy’)
change Log
0.0.1 (05/05/2022) 0.0.2 (20/07/2022) 0.0.3 (20/07/2022) —————— - First Release - Added the unsubscribe option - implemented try catch statement
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
File details
Details for the file zmqpubsub-0.0.3.tar.gz.
File metadata
- Download URL: zmqpubsub-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
108ba757a71f3bb657b3f9acaa532907424d57c0f683cfac33dae0c716b0d0a6
|
|
| MD5 |
dd77537b0966a1dac4e5549dd21a3dca
|
|
| BLAKE2b-256 |
0bfd8d18bdc336fc18967cdd8c93a9328e999bef0e75e07c45aa714a5929ad89
|