netex/readme.md

20 lines
317 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)
- [x] Configuration (JSON format)
2024-01-14 20:23:58 +01:00
- [ ] 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
- JSON-C (json-c-devel)
- Curses (ncurses-devel)
2024-01-14 20:26:02 +01:00
- OpenSSL