DEV Community

Discussion on: What weekend coding are you doing these days?

Collapse
 
matteojoliveau profile image
Matteo Joliveau

A small monitoring system for personal devices (desktops, laptops, smartphones, etc) that can be self-hosted outside of the local network (e.g. on Heroku).
It features a local agent that runs on the device and reports to the server via WebSocket, and a web GUI that shows availability and info about the system. Here is a super-duper-early prototype :D
prototype

For now, it only reports the operating system and the status, but I'm integrating hardware info and resource monitoring.

The next big challenge will be porting the agent to Android.