Skip to content

Sudeep99/ZeroMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sending and Receiving messages using ZeroMQ (python)

Follow the steps below to run ZeroMQ sucessfully.

1. Install ZeroMQ

We can install ZeroMQ python libraries using pip install in the terminal

pip install pyzmq

2. Run Subscriber.py

Now the system will be ready to receive messages.

3. Run Publisher.py

This code will start sending the default message for every 1 second. \

NOTE:- This code is will run and receive messages in the localhost. If you want to send it over the network you can change the IP address.

LICENSE

About

Sending and Receiving messages using ZeroMQ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages