Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 543 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 543 Bytes

qdotweb_rpi

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