Bash Binding - zeromq

lol

zeromq google_ad_section_start(weight=ignore) Create account or Sign in Main Home Download Build Guide Reference License Whitepapers Performance FAQ ØMQ Community Mailing lists IRC chatroom Bug tracker GitHub organization Projects lab Development Owners Source git Contributing Distributions Daily builds Coding style Writing a binding Protocols Architecture Trademark policy Join Wiki google_ad_section_end Bash Binding + Table of Contents - Table of Contents Fold Unfold Table of Contents See also Who's watching this page? By Daniel Lundin: zmq_push () { m=$(cat) && echo \ -e $(printf '\\x01\\x00\\x%02x\\x00%s' \ $((1 + ${#m})) "$m") | nc -q1 $@; } Note: this actually works. It acts as a PUSH or DEALER socket, sending one message to a PULL or ROUTER or DEALER socket. It implements the 0MQ wire level protocol . ...

Linked on 2016-04-26 18:21:39 | Similar Links