Last update readme

This commit is contained in:
Max 2024-01-14 20:28:40 +01:00
parent b9a3c6f7be
commit f8790d776b

View File

@ -1,18 +1,18 @@
# NetEx # NetEx
Small server & client project for linux. 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 ## Build
- CMake - CMake
- Ninja - Ninja
- Make - Make
# Dependencies ## Dependencies
- JSON-C - JSON-C
- OpenSSL - OpenSSL