This repository contains various simple Zyre examples.
starts a zyre node, joins a group, receives messages and prints the message frame by frame
starts a zyre node, joins a group and shouts messages to all nodes in the group
starts a zyre node and whispers messages to a node with a given UUID
make
./zyre_listener <group_name>
./zyre_shouter <group_name>
The <group_name>
needs to be the same as the one used in zyre_listener
if you want zyre_listener to receive the messages
./zyre_whisperer <UUID>
The <UUID>
should be the UUID of the node to whom want to send the message (for example, the UUID of zyre_listener
)