Michael Black W9MDB
70708fdf7f
Update multicast.csproj to use .net 8
2024-12-25 22:53:34 -06:00
Mike Black W9MDB
a00326161c
Phase I of rig multicast
...
https://github.com/Hamlib/Hamlib/issues/1090
2023-09-13 17:25:26 -05:00
Mike Black W9MDB
e3c2a8d6ca
Add first implementation of multicast functions and multicastclient.c test program.
...
Next step will be to implement this when rig is opened.
This will turn Hamlib into a polling system in addition to polling -- caching will handle repeated requests
This should mean basic functions of freq, mode, split, ptt (and others when implemented) will have almost
immediate responses as only the cached values should be used.
https://github.com/Hamlib/Hamlib/issues/695
2023-05-07 06:50:35 -05:00
Mike Black W9MDB
7b7a0460ed
Bump .Net verison to 7.0 for multicast testing
2022-12-08 11:39:22 -06:00
dependabot[bot]
c103d55eff
Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /bindings/csharp/multicast
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 15:26:53 +00:00
Mike Black W9MDB
8b22a5a9a8
Add csharp JSON deserializer example
...
https://github.com/Hamlib/Hamlib/issues/695
2021-05-20 17:29:21 -05:00