netex/readme.md

19 lines
274 B
Markdown
Raw Normal View History

2024-01-14 20:23:58 +01:00
# NetEx
2024-01-14 20:26:02 +01:00
Small server & client project for linux.
2024-01-14 20:23:58 +01:00
# Contains
- [x] Unix sockets
2024-01-14 20:26:02 +01:00
- [ ] Multithreading (pthreads)
2024-01-14 20:23:58 +01:00
- [ ] Configuration (JSON format)
- [ ] Secure connection (OpenSSL)
- [ ] Encryption (OpenSSL)
2024-01-14 20:26:02 +01:00
# Build
- CMake
- Ninja
- Make
2024-01-14 20:23:58 +01:00
# Dependencies
- JSON-C
2024-01-14 20:26:02 +01:00
- OpenSSL