This is a simple MQTT agent that listens to a topic and sends the received messages to the DSR graph.
To build from source, clone the latest version from this repository and compile the package using the following command:
cd $HOME
git clone https://github.com/grupo-avispa/mqtt_dsr_agent.git
cd mqtt_dsr_agent
mkdir -p build && cd build
cmake .. && make -j4 && sudo make install