Some C code.
Go to file
2024-01-14 20:23:58 +01:00
src Finished socket creation func. 2024-01-14 20:19:43 +01:00
.gitignore Added folder to gitignore 2023-12-24 23:18:26 +01:00
CMakeLists.txt reworking proj with OpenSSL 2023-12-24 18:23:19 +01:00
readme Added readme 2024-01-14 20:23:58 +01:00

# NetEx
Small server & client project.

# Contains
- [x] Unix sockets
- [-] Multithreading (pthreads)
- [ ] Configuration (JSON format)
- [ ] Secure connection (OpenSSL)
- [ ] Encryption (OpenSSL)

# Dependencies
- JSON-C
- OpenSSL