Legohead259 / Thetis-Firmware

0 stars 2 forks source link

Add Web Server #3

Open Legohead259 opened 2 years ago

Legohead259 commented 2 years ago

Want to implement a basic web server that can display important system diagnostics and statuses that can be shown within a browser. The system shall display:

This comment will be edited as features are added

Legohead259 commented 2 years ago

Basic functionality implemented.

Still need to build the web interface and add features. These will be in future minor updates.

Legohead259 commented 2 years ago

For color box denoting system state: look into having the firmware issue a POST update and trigger the Javascript function to change the box background color when that POST request is received!

Legohead259 commented 2 years ago

Well, that is all a bust. Looking into running an Adafruit.io server locally on a laptop and connecting to Thetis. Should be able to build a local dashboard and use the Adafruit.io API on Thetis to populate it in real time?

Legohead259 commented 2 years ago

Shifting this to a release issue. Need to focus on getting more core functionality built.