
- Make sure you have dotnet installed
sudo apt install dotnet9
(or download dotnet9 as an installer for windows) - Cd to GusecraGui and
dotnet run
ordotnet build
I might add prebuilt binaries later
- Start fldigi
- Connect Gusecra
- Set password if you want
- Either wait for messages to appear at the bottom or send a message (will be sent through fldigi)
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.