Go to file
2025-11-02 17:56:11 +01:00
.github/workflows init 2025-10-10 15:39:29 +02:00
cmd [bugfix] temporary fix, starting the routes without the tui 2025-11-02 17:56:11 +01:00
docs init 2025-10-10 15:39:29 +02:00
internal [feature] start work on redis setup 2025-11-02 17:45:44 +01:00
pkg init 2025-10-10 15:39:29 +02:00
.gitignore init 2025-10-10 15:39:29 +02:00
go.mod [feature] start work on redis setup 2025-11-02 17:45:44 +01:00
go.sum [feature] start work on redis setup 2025-11-02 17:45:44 +01:00
LICENSE init 2025-10-10 15:39:29 +02:00
README.md init 2025-10-10 15:39:29 +02:00

SYNF

A tool that allows developers to monitor devices from anywhere at any time however they want. You can find more information on the website at www.nsrddyn.com. The website is built in React.

In this repository you can find the full source code.

Everything starts at synf-sys. The source of the data, written in C. With this I'm pulling the data from the users device. A main goal of the program is to minimize the resource consumption, at the moment this has not been tested or explored yet.

The API that supports the application consists of the following routes ->

GET /api/data/device
GET /api/data/cpu
GET /api/data/gpu
GET /api/data/ram
GET /api/data/disk