|
vor 3 Monaten | |
---|---|---|
.. | ||
logs | vor 3 Monaten | |
src | vor 3 Monaten | |
README.md | vor 3 Monaten | |
config.py | vor 3 Monaten | |
requirements.txt | vor 3 Monaten | |
run.py | vor 3 Monaten |
A small Python web-based control center for the Fischertechnik Lernfabrik 9V.
requirements.txt
You can run the flask server which runs the main program using the included script run.sh
.
To test I recommend you set up a local MQTT broker, then test incoming MQTT messages with that.
sudo apt-get update
sudo apt-get install mosquitto mosquitto-clients
sudo systemctl start mosquitto
from here the MQTT broker is running on mqtt://127.0.0.1 on port 1883 (default). You can try this connection out with a tool like MQTT explorer.
sudo systemctl stop mosquitto