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

19 lines
277 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