... | ... | @@ -2,3 +2,8 @@ |
|
|
[Request/Reply](/Request) is a communication pattern, which is used to send commands to a motorcortex server. This protocol is useful in setting up RPC-like services. It is also "reliable", a client will keep retrying until a reply is received.
|
|
|
|
|
|
[Publish/Subscribe](/Subscribe) is another pattern, where the motorcortex sever sends data, which is broadcast to all subscribers. The subscribing clients only see the data to which they have subscribed. The subscribers maintain their own subscriptions, and filter them locally.
|
|
|
|
|
|
**References:**
|
|
|
1. http://zguide.zeromq.org/page:all
|
|
|
|
|
|
2. https://nanomsg.github.io/nng/man/tip/index.html |
|
|
\ No newline at end of file |