netex/readme.md
2024-01-14 20:28:40 +01:00

277 B

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