ArcadeRenegade / SidebarDiagnostics

A simple sidebar for Windows desktop that displays hardware diagnostic information.
GNU General Public License v3.0
2.26k stars 201 forks source link

Enhancement: Simple plugin #438

Open lars18th opened 8 months ago

lars18th commented 8 months ago

This is similar to #87.

But because a full plugin architecture could be dificult, I suggest to provide a simple method: A custom module with configurable Title (a text) and some values that the user can update with a simple HTTP request API (perhaps JSON based). What I want to do is: create a simple script that calls to my Router to get the current IN/OUT bandwith.

What you think @ArcadeRenegade ?