netex/readme.md

20 lines
317 B
Markdown
Executable File

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