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
Small server & client project for linux.
# Contains
## Contains
- [x] Unix sockets
- [ ] Multithreading (pthreads)
- [ ] Configuration (JSON format)
- [ ] Secure connection (OpenSSL)
- [ ] Encryption (OpenSSL)
# Build
## Build
- CMake
- Ninja
- Make
# Dependencies
## Dependencies
- JSON-C
- OpenSSL