Requirements |
---|
Python >= 3.9 |
pipenv >= 2021.5 |
- Install Guide
- Setup and Run Module
- Code Documentation Api-Module
- Code Documentation DataManager-Module
- Code Documentation Mqtt-Module
- Code Documentation Types-Module
This Python Module is part of the Pick-By-Light system, it accepts
requests from the Backend and Frontend via a REST-API and sends them as MQTT requests to the ESP32s. It also
manages the connected ESP32s, via a simple database, and assigns the LEDs to their respective Positions.
UML-Class-Diagram
To access the automatically created Swagger docs open the url <your base address>:<port>/docs
, while the module
is running, in your web browser. If the server runs on default settings: http://127.0.0.1:8000/docs