A flask wrapper for gathering data from devices/sensors connected to a Raspberry Pi over a network. An example is already installed for reading from a pressure or temperature sensor (connected to Pi) over a network in the Sensors branch.
Setup:
- Install device(s) on raspberry pi
- Edit device.py and add methods(s) to get data from installed device(s)
Use:
- For example look at Sensor Branch
TODO:
- Add devices request to return a list of devices setup on the server
- Add a secure Login form for the web application