Open iot-root opened 1 year ago
Flask REST API to sensors and controllers
Endpoints:
Note: need to think about the dashboard interface for the scheduling... Use API or call sensors directly?
refs: https://realpython.com/token-based-authentication-with-flask/
Use locks/symaphores to prevent parallel actions https://stackoverflow.com/questions/42325105/flask-processing-requests-1-by-1
Flask REST API to sensors and controllers
Endpoints:
Note: need to think about the dashboard interface for the scheduling... Use API or call sensors directly?
refs: https://realpython.com/token-based-authentication-with-flask/