Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 339 Bytes

ZMCat

A simple command tool to test ZMQ pub-sub and push-pull sockets.

Examples

zmcat pub tcp://*:5555
zmcat sub tcp://localhost:5555

zmcat pub tcp://*:5555 mykey
zmcat sub tcp://localhost:5555 mykey

zmcat push tcp://localhost:5555
zmcat pull tcp://*:5555

Contributions

Gísli Kristjánsson (gislik): multipart messages