This example consists of two environments. The first, the Master environment creates and shares a node. The second, the Slave environment mounts the shared node and sets a value on it.
To run the example check out the code (see Installation) and open two terminals in the examples/basic_sharing folder. In the first terminal do the following:
python master.py
And in the second terminal:
python slave.py