scalablecory / aether

A .NET-powered air quality monitor software/device.
MIT License
10 stars 5 forks source link

Control API #6

Open scalablecory opened 3 years ago

scalablecory commented 3 years ago

The Control API exposes all the functionality required by apps and the Bluetooth listener.

It will need to provide features such as:

This will be called by the Bluetooth device listener, which will be used by Bluetooth apps. It may also be called by an Aether-hosted website on WiFi.

The measurement data for charting will be retrieved from a database of some sort.

sudeepmsft commented 3 years ago

adding comment here