... of any topology Create a small network A context routes messages A message send from one context arrives at each context in the network channel pub: stdout This here is a publish channel (pub). It sends messages.
Channels are associated with a slot (a string name).
Messages send from a publish-channel at slot "stdout" .... Channels are "attached" to a context sub: stdout
... are received by all subscribe-channels with slot "stdout". req: info In addition to the publish/subscribe (pub/sub) messaging pattern, yoton also provides the request/reply (req/rep) pattern.
A message (i.e. request) send from a req-channel at slot "info"... rep: info ... is replied by a rep-channel at slot "info". Contexts with no channels
serve only for routing. Messages are send and received by channels You can connect two contexts Yoton Yoton is a lightweight pure Python package providing a simple interface to communicate between two or more processes. The heart of yoton lies at the context A context represents a node in a network
One context can connect to one or more other contexts (via TCP/IP)
Yoton
Present Remotely
Send the link below via email or IM
Present to your audience
- Invited audience members will follow you as you navigate and present
- People invited to a presentation do not need a Prezi account
- This link expires 10 minutes after you close the presentation
- A maximum of 30 users can follow your presentation
- Learn more about this feature in our knowledge base article