netex/readme.md
2024-01-14 20:28:04 +01:00

19 lines
274 B
Markdown

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