Hamlib/bindings/csharp/multicast
Mike Black W9MDB a46d5b01be Update test.json
https://github.com/Hamlib/Hamlib/issues/695
2021-05-25 17:09:39 -05:00
..
README.txt Add csharp JSON deserializer example 2021-05-20 17:29:21 -05:00
multicast.cs Update to new JSON format 2021-05-25 17:07:19 -05:00
multicast.csproj Add csharp JSON deserializer example 2021-05-20 17:29:21 -05: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