netex/readme
2024-01-14 20:23:58 +01:00

13 lines
231 B
Plaintext

# NetEx
Small server & client project.
# Contains
- [x] Unix sockets
- [-] Multithreading (pthreads)
- [ ] Configuration (JSON format)
- [ ] Secure connection (OpenSSL)
- [ ] Encryption (OpenSSL)
# Dependencies
- JSON-C
- OpenSSL