Bare, very slim ROS node running on DD-WRT router?
Hello everyone,
I am looking for information about having a ROS node running on a DD-WRT enabled router.
The node would be used to send status data back to the ROS main system about certain router parameters and thus doesn't need any fancy ROS features. Basically I am looking for something that is doing the ROS communication management (XML-RPC management and TCP/IP channel allocation) stuff for me.
I know that I could do that on my own, but I am not that deep into c++ programming (I don't want to use python due to the overhead) and any hints would save precious for time :)
Thanks for any help/hints in advance. J.B.
You may write a simple socket-based application, which will communicate with your host, and thus translate into ROS.