-
Notifications
You must be signed in to change notification settings - Fork 1
Route stdin/stdout through ZeroMQ
License
blachlylab/stdq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published