Go to file
Abdellah El Morabit 99ace57358 [refactor] about half way there refactoring everything
so i was refactoring everything to get as little duplicate code and
includes as possible when i realised there was a lot i could do, aka
there was a ton to do, so no new code, just refactoring and moving old
one
2025-10-11 22:33:20 +02:00
.gitea/workflows [bugfix] workflow bugfix 2025-10-11 17:29:29 +02:00
source [refactor] about half way there refactoring everything 2025-10-11 22:33:20 +02:00
.gitignore first commit to gitea 2025-10-10 02:05:07 +02:00
CMakeLists.txt [refactor] repositioned the structs from the header file to the library file 2025-10-11 21:26:04 +02:00
LICENSE first commit to gitea 2025-10-10 02:05:07 +02:00
README.md readme 2025-10-11 17:25:01 +02:00

Resources gathering tool

System information retrieval software for synf.

Synf is an application that retrieves system information from the device that it's running on that helps users throuble shoot performance issues and do general checkups on devices anywhere anytime.

The system code is written in C and will be imported in the backend through cgo.