netex/readme.md

19 lines
277 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
2024-01-14 20:28:40 +01:00
## Contains
2024-01-14 20:23:58 +01:00
- [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:28:40 +01:00
## Build
2024-01-14 20:26:02 +01:00
- CMake
- Ninja
- Make
2024-01-14 20:28:40 +01:00
## Dependencies
2024-01-14 20:23:58 +01:00
- JSON-C
2024-01-14 20:26:02 +01:00
- OpenSSL