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 |
# NetEx Small server & client project for linux. # Contains - [x] Unix sockets - [ ] Multithreading (pthreads) - [ ] Configuration (JSON format) - [ ] Secure connection (OpenSSL) - [ ] Encryption (OpenSSL) # Build - CMake - Ninja - Make # Dependencies - JSON-C - OpenSSL