Scripts to help simulate the communication between the session manager and the various Physical devices.
- Simply clone this project,
- Startup the MQTT Broker by executing the following command:
docker-compose up
- Install all dependencies using Pip(3):
pip3 install paho-mqtt
- whether you need to simulate things for a challenge or a Actuator choose the correct file:
-
Actuator
this is not yet available
-
Challenge
python3 challenge-simulator.py
- Follow the instructions which are prompted by the script.