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)
First Release
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.1.tar.gz
(2.9 kB
view details)
File details
Details for the file zmqpubsub-0.0.1.tar.gz.
File metadata
- Download URL: zmqpubsub-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab9a70772a1f694390f2e9d039d6de923742d7e1e8308eb29d2569daad01965f
|
|
| MD5 |
d4c1332757c0527bfa43ec8d3a2653b1
|
|
| BLAKE2b-256 |
ce65aa4371a92ca643bbf9ccbd2d165bc9609847ab6b72b8b735cf71baff9db8
|