Skip to content

A simple snippet sample of ZeroMQ Publisher/Subscriber for C

Notifications You must be signed in to change notification settings

a2gs/0MQ_PubSub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0MQ_PubSub C/Python

A simple snippet sample of ZeroMQ Publisher/Subscriber for C and Python.

Python:
./serv_pub.py 9997 TOPIC_1 &
./serv_pub.py 9998 TOPIC_21 TOPIC_22 &
./serv_pub.py 9999 TOPIC_3 &
./client_sub.py localhost 9997 TOPIC_1 &
./client_sub.py localhost 9998 TOPIC_21 TOPIC_22 &
./client_sub.py localhost 9998 TOPIC_2 &
./client_sub.py localhost 9997 TOPIC_1 localhost 9999 TOPIC_3 &

About

A simple snippet sample of ZeroMQ Publisher/Subscriber for C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published