Create a small decentralized chat program in C++ or python using ROS as your middleware. The UI doesn't matter.
The chat program has to have to ability to tell who the message is from, display it, and be able to send messages to other people as well.
It is a group chat and not a 1 to 1 chat.
+-------------------+------------------+---------------------------------------------+
| date/time | source | message |
+-------------------+------------------+---------------------------------------------+
For standardization purposes, I've attached a message file below.
Textbox and message window need not be the same program
9th Wednesday 2015, 2300 hours, no exceptions. Submission must be a ros package (compilable) and with a readme file on how to run your code via email.