mirror of
https://github.com/hmaxnl/netex.git
synced 2025-01-18 07:24:21 +01:00
317 B
Executable File
317 B
Executable File
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