Hi Guys,
I have two robots and a GUI application running on a PC. The GUI is connected to the two robots. This means that the two robots can't directly exchange messages between them(because leJOS doesn't allow that).
Now i have to forward the messages via the GUI whenever one robot wants to talk to the other.
What i am now looking for is the best way to construct such messages so that the GUI can differentiate which messages belongs to it and which messages must be forwarded to other robots.
I am looking for ideas or the best way of how to construct such messages and also to be able to read them in the GUI so that it can send the right messages to the right robots and keep the messages that are for it to itself.
Thanks for your help.
