Lightweight ROS like library, enabling communication between several programs via SharedMemory or socket.
- Module can be defined by a JSON file
- Module can communicate through:
- SharedMemory (local)
- socket (remote)
- Overloading dict methods to call Sender and Listener
Documentation and example are provided here