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)
- Host: GitHub
- URL: https://github.com/elijah-day/susurrc
- Owner: elijah-day
- License: mit
- Created: 2023-03-08T02:50:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T04:58:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T10:26:39.340Z (about 1 year ago)
- Topics: chat-application, client, gtk3, sdl2, sdl2-net, server, sodium
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)