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) —————— - First Release - Added the unsubscribe option
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
zmqpubsub-0.0.2.tar.gz
(3.0 kB
view details)
File details
Details for the file zmqpubsub-0.0.2.tar.gz.
File metadata
- Download URL: zmqpubsub-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa588bffb2c60a87e2ef03a444dcf42660512fab96759a4b0a1724a2984ce05d
|
|
| MD5 |
784f3c806bcf1f992586af7de0ab4daa
|
|
| BLAKE2b-256 |
f06777ecfe7c5ecbfbfe8e54e5757a41a58208f38d7d8baabdd4b0873f5e4857
|