Hamlib/bindings/csharp/multicast
Michael Black 907560270e
Update test.json
Add WidthUpper/Lower to json draft
2023-01-23 08:34:58 -06: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 Bump .Net verison to 7.0 for multicast testing 2022-12-08 11:39:22 -06:00
test.json Update test.json 2023-01-23 08:34:58 -06: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