Some C code.
Go to file
2024-07-01 00:42:09 +02:00
src Made project buildable, added info in 'readme.md'. Small code changes 2024-07-01 00:42:09 +02:00
.gitignore Made project buildable, added info in 'readme.md'. Small code changes 2024-07-01 00:42:09 +02:00
CMakeLists.txt Made project buildable, added info in 'readme.md'. Small code changes 2024-07-01 00:42:09 +02:00
readme.md Made project buildable, added info in 'readme.md'. Small code changes 2024-07-01 00:42:09 +02: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