scalablecory / aether

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

Web Bluetooth App #8

Open scalablecory opened 3 years ago

scalablecory commented 3 years ago

This is a web app that does things like show real-time data, chart historical data, and configure the Aether.

This website should be presentation only. Its functionality should be provided over the Control API.

This should be a PWA-capable static website, hosted on Github. It should use the experimental Web Bluetooth feature to talk to the Aether and thus not require any backend.

Ideally, it should be designed to be flexible for a number of app scenarios:

scalablecory commented 3 years ago

@GabrielGamy is working on this.