@Nurbs actually, this reminds me of a thing I wanted to tinker with - I've been splitting monolithic code off into independent units (ex. for sky brightness, cloud cover, weather, etc.)
It's still the original C code to interface with the sensor hardware because this isn't *officially* a to-do item, but I just slapped a dumb "periodically read out values" network interface on top of it for now.
Got a good lightweight httpd library I can plug into C that isn't obnoxious to use?
@SomeEgrets I only have a c compiler installed as apple forced it upon me.