Any thoughts on making it a pollable daemon that’s always listening for that info?
The data is already always there on the dev file. The application is just a parser that converts the bytes into meaningful data. Making it a pollable daemon? What would be the value? What are you trying to achieve that you cannot already do?
“Always available” data + the ability to shut things down would eliminate my personal need for NUT.
You can already do that. I am currently working on shutting down remote systems.
EDIT: Also support for arm32 (eg: rpizero).
Try removing trimming as well. I will see if I can make compilation for arm part of my default workflow and include ready executables in the releases.
The data is already always there on the dev file. The application is just a parser that converts the bytes into meaningful data. Making it a pollable daemon? What would be the value? What are you trying to achieve that you cannot already do?
You can already do that. I am currently working on shutting down remote systems.
Try removing trimming as well. I will see if I can make compilation for arm part of my default workflow and include ready executables in the releases.