Commit graph

17 commits

Author SHA1 Message Date
Daniele Forsi IU5HKX
e480bc7479 Fix typos 2024-12-01 21:59:11 +01:00
Mike Black W9MDB
e9f9286f21 Remove hamlibgui -- going another route 2023-12-09 10:03:35 -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
6e1b58b980 Update test.json 2023-04-30 11:46:34 -05:00
Mike Black W9MDB
40a1e7a2c4 Update multicast plan 2023-04-30 11:46:12 -05:00
Daniele Forsi IU5HKX
2db37fe7db Fix typos 2023-03-26 11:01:51 +02:00
Michael Black
907560270e
Update test.json
Add WidthUpper/Lower to json draft
2023-01-23 08:34:58 -06:00
Mike Black W9MDB
344779eaf1 Add draft HamlibGUI controller using dotnet and GTK.
Should compile on Windows, Linux, and MacOS with appropriate dotnet package installed
See README.TXT in directory
https://github.com/Hamlib/Hamlib/issues/1223
2023-01-22 10:02:46 -06:00
Mike Black W9MDB
13d27a3567 Add GPS data, rig time, and GPS time for future JSON broadcast data 2023-01-19 22:58:12 -06: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
a46d5b01be Update test.json
https://github.com/Hamlib/Hamlib/issues/695
2021-05-25 17:09:39 -05:00
Mike Black W9MDB
36ac8cbd7c Update to new JSON format
https://github.com/Hamlib/Hamlib/issues/695
2021-05-25 17:07:19 -05:00
Mike Black W9MDB
5056982375 Add LastCommand struct to multicast packet proposal
Need to define rig/amp/tuner control command formats -- do not intend on using limited rigctld format
https://github.com/Hamlib/Hamlib/issues/695
2021-05-22 16:55:18 -05:00
Mike Black W9MDB
4da43abdd0 Add LastCommand to multicast packet
https://github.com/Hamlib/Hamlib/issues/695
2021-05-22 11:31:20 -05: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