Skip to content

blachlylab/stdq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdq: Route stdin/stdout through ZeroMQ
=======================================


stdpub/stdsub
-------------

`cat <file> | ./stdpub`

elsewhere:

`./stdsub [-e] [socket]`

NOTES:
EOF is propagated over the channel as 0x04; stdsub recognizes this but does not close stdout/terminate and must be explicitly killed.
Passing option -e to stdsub will cause it to then pass the EOT marker (plus a newline, for line-oriented consumers) to stdout.

About

Route stdin/stdout through ZeroMQ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published