Some C code.
Go to file
2024-03-01 01:04:07 +01:00
src function for creating windows with borders and title 2024-03-01 01:04:07 +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.md Last update readme 2024-01-14 20:28:40 +01:00

NetEx

Small server & client project for linux.

Contains

  • Unix sockets
  • Multithreading (pthreads)
  • Configuration (JSON format)
  • Secure connection (OpenSSL)
  • Encryption (OpenSSL)

Build

  • CMake
  • Ninja
  • Make

Dependencies

  • JSON-C
  • OpenSSL