Update readme

This commit is contained in:
Max 2024-01-14 20:26:02 +01:00 committed by GitHub
parent c53f3eedf3
commit 6b4fb6535b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
readme
View File

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