Added readme

This commit is contained in:
Max 2024-01-14 20:23:58 +01:00
parent 60dfda1a1e
commit c53f3eedf3

13
readme Normal file
View File

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