Skip to content

sudoRicheek/zmq_pub_sub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmq_pub_sub

Example code for a high volume ZeroMQ based publisher and subscriber.

I use a makeshift pythonic solution to maintain a constant publishing rate and asyncio to create a rate agnostic subscriber.

Run

python zmq_publisher.py --rate 2500 --shape 1000,1000 --dtype float32

python zmq_subscriber.py

About

Example code for a high volume ZeroMQ based publisher and subscriber.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages