Hamlib/bindings/csharp/multicast
Mike Black W9MDB 7b7a0460ed Bump .Net verison to 7.0 for multicast testing 2022-12-08 11:39:22 -06:00
..
README.txt
multicast.cs Update to new JSON format 2021-05-25 17:07:19 -05:00
multicast.csproj Bump .Net verison to 7.0 for multicast testing 2022-12-08 11:39:22 -06:00
test.json Update test.json 2021-05-25 17:09:39 -05:00

README.txt

Works on Windows and Linux

Requires you get dotnet installed of course

For Wiundows install Visual Studio or such to get dotnet

On Ubuntu 20.04 it was this
apt install snap
apt install mono-complete
snap install dotnet-sdk --classic --channel=5.0
snap alias dotnet-sdk.dotnet dotnet
snap install dotnet-runtime-50 --classic
snap alias dotnet-runtime-50.dotnet dotnet
export DOTNET_ROOT=/snap/dotnet-sdk/current

Once dotnet is OK

dotnet build

You should then be able to run

./bin/Debug/net5.0/multicast