mirror of
https://github.com/hmaxnl/netex.git
synced 2025-01-18 15:34:20 +01:00
20 lines
317 B
Markdown
Executable File
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
|