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

11
readme
View File

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