AAgOpenGPS is a direct port of Brian Tischler's [AgOpenGPS] (https://github.com/farmerbriantee/AgOpenGPS) using the multiplatform Avalonia framework (https://avaloniaui.net) Tested on Fedora37.
Much of the code is Copyright Brian Tischler.
sudo dnf install dotnet-sdk-6.0
cd AAgIO
dotnet build
./bin/Debug/net6.0/AAgIO
Building on dotnet8: Change AAgIO.csproj
<TargetFramework>net8.0</TargetFramework>
With UsbSerialForAndroid