Some C code.
Go to file
2025-02-03 14:58:50 +01:00
.vscode Reworking threads. Thread states 2025-02-03 14:58:50 +01:00
script Update vscode debug config (#2) 2025-01-26 03:46:41 +01:00
src Reworking threads. Thread states 2025-02-03 14:58:50 +01:00
.gitignore Update vscode debug config (#2) 2025-01-26 03:46:41 +01:00
CMakeLists.txt [CHANGE] Added debug script. Added more compile options. (#1) 2025-01-26 00:56:36 +01:00
readme.md Made project buildable, added info in 'readme.md'. Small code changes 2024-07-01 00:42:09 +02:00
srv_config.json Update vscode debug config (#2) 2025-01-26 03:46:41 +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 (json-c-devel)
  • Curses (ncurses-devel)
  • OpenSSL