It would be nice if UBOS had some kind of daemon that monitored the system state, and based on that, could take certain actions. In particular, it should react to "connected to internet" vs "not connected to the internet". That kind of code probably exists -- some home routers have LEDs with that state. We need to find it, and port it.
The "conneted to the internet" really only works if we periodically ping a "known" internet address, but that would interfere with no tracking. So what we have so far is good enough (not about networking).
It would be nice if UBOS had some kind of daemon that monitored the system state, and based on that, could take certain actions. In particular, it should react to "connected to internet" vs "not connected to the internet". That kind of code probably exists -- some home routers have LEDs with that state. We need to find it, and port it.