wide shoutbox
/listConnections - list all current connections to shoutbox
/version - return current version
/t - shout as mr.turing
/addXMPPRelay/(xmpp buddy name) - add buddy as an xmpp relay
/removeXMPPRelay/(xmpp buddy name) - remove buddy as xmpp relay
A RemoteAdapter allows other instances of MyRobotLab to connect. Services and resources can be shared by 2 or more joined instances. The default communication listener is a UDP server listening on all addresses on port 6767.
To connect two instances simply start all the services local and then use the RemoteAdapterListener.py script one one host and RemoteAdapterHost.py on the other host.
remoteAdapterB = Runtime.createAndStart("RemoteAdapterB","RemoteAdapter")
# Change to the ip address of the remote host
remoteAdapterB.connect("tcp://192.168.1.95:6767")