StatsAPIServer

StatsAPIServer is API server made in C by VoidNet owner to get different kinds of information
about system it's running on through HTTP requests.

Source code

Source code at VoidNet Git

How to compile

Compiling is simple as to install GCC first and then in the source code directory run "make rel".
The compiled output will be statsapiserver in the source code directory.