mirror of
https://github.com/hmaxnl/netex.git
synced 2025-01-18 07:24:21 +01:00
Some C code.
src | ||
.gitignore | ||
CMakeLists.txt | ||
readme.md |
NetEx
Small server & client project for linux.
Contains
- Unix sockets
- Multithreading (pthreads)
- Configuration (JSON format)
- Secure connection (OpenSSL)
- Encryption (OpenSSL)
Build
- CMake
- Ninja
- Make
Dependencies
- JSON-C (json-c-devel)
- Curses (ncurses-devel)
- OpenSSL