mirror of
https://github.com/hmaxnl/netex.git
synced 2025-01-18 15:34:20 +01:00
19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
# 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
|