Monitor and control a ROS robot via a server
Hello.
What do you think is the best solution to transparently forward some of the ROS topics of a robot to the special server computer through the Internet? So several operators could (via web interface) view the state of robots and send commands to them (via topics or services).
It can be developed using HTTPS interface, or WebSockets, or raw TCP/UDP; different storages for messages can be used (SQL, MongoDB, Redis). Or maybe some ready solution for such tasks?
Please, make some advises.