https://github.com/varppi/gusecra
Encrypted protocol for fldigi.
https://github.com/varppi/gusecra
fldigi radio secure-communication
Last synced: 10 months ago
JSON representation
Encrypted protocol for fldigi.
- Host: GitHub
- URL: https://github.com/varppi/gusecra
- Owner: varppi
- License: gpl-3.0
- Created: 2025-04-13T10:46:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T14:28:19.000Z (about 1 year ago)
- Last Synced: 2025-08-09T08:51:21.619Z (10 months ago)
- Topics: fldigi, radio, secure-communication
- Language: C#
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gusecra (Guerrilla Secure Radio)
[](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white)
[](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
[](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
[](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)
### AES256-bit encrypted protocol/wrapper for fldigi with cross platform GUI.

## Installation
1. Make sure you have dotnet installed `sudo apt install dotnet9` (or download dotnet9 as an installer for windows)
2. Cd to GusecraGui and `dotnet run` or `dotnet build`
I might add prebuilt binaries later
## Usage
1. Start fldigi
2. Connect Gusecra
3. Set password if you want
4. Either wait for messages to appear at the bottom or send a message (will be sent through fldigi)
## For developers
Not going to write documentation for the lib since it's very simple and small. Just look at how I used it in GusecraGui/Views/MainWindow.axaml.cs.