Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 606 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 606 Bytes

EscapeContainer-Simulator

Scripts to help simulate the communication between the session manager and the various Physical devices.

How to use

  1. Simply clone this project,
  2. Startup the MQTT Broker by executing the following command:
docker-compose up
  1. Install all dependencies using Pip(3):
pip3 install paho-mqtt
  1. 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
  1. Follow the instructions which are prompted by the script.