netex/readme

13 lines
231 B
Plaintext
Raw Normal View History

2024-01-14 20:23:58 +01:00
# NetEx
Small server & client project.
# Contains
- [x] Unix sockets
- [-] Multithreading (pthreads)
- [ ] Configuration (JSON format)
- [ ] Secure connection (OpenSSL)
- [ ] Encryption (OpenSSL)
# Dependencies
- JSON-C
- OpenSSL