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. # Contains - [x] Unix sockets - [-] Multithreading (pthreads) - [ ] Configuration (JSON format) - [ ] Secure connection (OpenSSL) - [ ] Encryption (OpenSSL) # Dependencies - JSON-C - OpenSSL