netex/readme
2024-01-14 20:26:02 +01:00

19 lines
274 B
Plaintext

# 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