elijah-day / susurrc

Encrypted GTK chat application (client and server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SusurrC

Copyright (C) 2023 Elijah Day

About

SusurrC is a chat application created for group communication via self-hosted servers. It utilizes SDL_net and Sodium for cross-platform networking and encryption respectively.

Credits

SusurrC utilizes the following software:

  • GTK for GUI, under the LGPLv2.1 (visit www.gtk.org for more information)
  • SDL2 for cross-platform graphics and hardware access, under the zlib license (visit www.libsdl.org for more information)
  • Sodium for encryption and decryption, under the ISC license (visit www.libsodium.org for more information)

License

SusurrC is licensed under the MIT License. See "LICENSE" for more information or visit www.mit-license.org

About

Encrypted GTK chat application (client and server)

License:MIT License


Languages

Language:C 98.0%Language:Makefile 2.0%