An open API service indexing awesome lists of open source software.

https://github.com/elijah-day/susurrc

Encrypted chat application using GTK (client and server)
https://github.com/elijah-day/susurrc

chat-application client gtk3 sdl2 sdl2-net server sodium

Last synced: about 2 months ago
JSON representation

Encrypted chat application using GTK (client and server)

Awesome Lists containing this project

README

          

# 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](https://www.gtk.org/)
for more information)
* SDL2 for cross-platform graphics and hardware access, under the zlib
license (visit [www.libsdl.org](https://www.libsdl.org/) for more
information)
* Sodium for encryption and decryption, under the ISC license (visit
[www.libsodium.org](https://doc.libsodium.org/) for more information)

### License

SusurrC is licensed under the MIT License. See "LICENSE" for more
information or visit [www.mit-license.org](https://mit-license.org/)