root
d583357cab
Fix YSFGateway Crash on searching for a reflector with an ID that doesn't exist, code cleanup around the WiresX protocol
2025-05-20 00:50:36 +01:00
Jonathan Naylor
702d9e1312
Merge pull request #329 from MW0MWZ/patch-2
...
Update WiresX.cpp
2025-05-14 13:10:39 +01:00
MW0MWZ
d2044019a4
Update WiresX.cpp
...
additional Uppercase on the ALL reply as well as the search.
2025-05-14 00:21:22 +01:00
MW0MWZ
41edfe53c7
Update WiresX.cpp
...
During WiresX mode Search, the reflector name should be Upper Case - this only matters during search - the normal display of the data can be mixed case.
2025-05-13 19:24:15 +01:00
Jonathan Naylor
c3580fdcd3
Merge pull request #328 from MW0MWZ/patch-1
...
Update YSFReflectors.cpp
2025-05-13 13:41:18 +01:00
MW0MWZ
af1cfbb251
Update YSFReflectors.cpp
...
Suggested code amendments to fix #326 and #310
Code suggestions by an AI that can write better C++ than I can, please do vet this for sanity / accuracy before merge.
2025-05-13 11:42:16 +01:00
Jonathan Naylor
f5a9843502
Use DVRef.com for the YSF refletor data.
2025-05-07 19:08:53 +01:00
Jonathan Naylor
5015034749
Merge pull request #325 from shawnchain/feat-expilict-reconnect-option
...
PR for #323 - cont.
2025-05-07 13:23:13 +01:00
Shawn
30596b3cc4
PR for #323 - cont.
...
- Add "Reconnect=0" configuration option to the [Network] section to avoid ambiguity
- Keep the original behaviors when Revert=1 and Reconnect=1
- Bugfix on Wires-DX reconnect (find reflector both by id and name)
2025-04-29 15:43:05 +08:00
Jonathan Naylor
811caaa823
Merge pull request #324 from shawnchain/feat-reconnect-on-wirex-dx-cmd
2025-04-27 11:59:45 +01:00
Shawn
b7260b4bf8
Change the YSFGateway a little bit to auto-reconnect current timed-out reflector if WiresX DX command is received. That means if your hotspot lost the connection to the network reflector, just re-press the X button on your Yaesu device and everything will be back online again.
2025-04-27 18:20:48 +08:00
Jonathan Naylor
e61d856c6b
Merge pull request #322 from shawnchain/fix-issue-321
2025-04-23 09:14:34 +01:00
Shawn
daa1b56f3a
Fix issue #321
2025-04-23 15:18:01 +08:00
Jonathan Naylor
e57b43377c
Update the C++ version.
2025-03-19 17:49:49 +00:00
Jonathan Naylor
b536f95e7e
Merge pull request #319 from dg9ffm/patch-36
...
Update FCSRooms.txt
2025-03-13 12:06:49 +00:00
Jonathan Naylor
5ade21aaa2
Merge pull request #320 from dg9ffm/patch-37
...
Update FCSRooms.txt
2025-03-13 12:06:34 +00:00
dg9ffm
80a91b9dd8
Update FCSRooms.txt
2025-03-12 23:38:41 +01:00
dg9ffm
462eb2d571
Update FCSRooms.txt
2025-03-12 23:35:01 +01:00
Jonathan Naylor
ebb50c3acc
Update FCS31233 details
2025-01-08 13:31:27 +00:00
Jonathan Naylor
f9431cbc0d
Add the FT-991A to the YSF radio list for APRS-IS.
2024-12-18 14:49:38 +00:00
Jonathan Naylor
8011768b96
Fix signal logging.
2024-08-31 19:52:09 +01:00
Jonathan Naylor
6127174cfc
Merge branch 'master' of github.com:g4klx/YSFClients
2024-08-28 17:04:42 +01:00
Jonathan Naylor
ae29471f58
Update the signal handling.
2024-08-28 17:03:51 +01:00
Jonathan Naylor
f811e65989
Merge pull request #315 from dg9ffm/patch-35
...
Update FCSRooms.txt
2024-08-28 15:46:51 +01:00
Jonathan Naylor
526f74c4ca
Merge pull request #314 from dg9ffm/patch-34
...
Update FCSRooms.txt
2024-08-28 15:46:40 +01:00
dg9ffm
5b6f6fb102
Update FCSRooms.txt
...
Update new FCS-Server and Rooms
2024-08-21 20:58:50 +02:00
dg9ffm
2af170c781
Update FCSRooms.txt
...
Update ne FCS-Server and Rooms
2024-08-21 20:56:05 +02:00
Jonathan Naylor
9ca8293609
Merge pull request #311 from k0mgs/patch-2
...
Update YSFHosts.txt
2024-07-11 13:03:34 +01:00
k0mgs
46659c916a
Update YSFHosts.txt
...
Add 31947 - K0MGS-LINK
2024-07-10 20:10:36 -05:00
Jonathan Naylor
ca52eaf51e
Clean up the code and remove an annoying bug.
2024-07-08 15:14:30 +01:00
Jonathan Naylor
e67ddd1e87
Merge pull request #300 from hb9tob/master
...
Dirty patch for compatibility with the Ft-991a (and maybe the FT-991)
2024-07-07 17:11:23 +01:00
Jonathan Naylor
aecc34ee64
Allow YSFClients to compile under Windows.
2024-04-22 13:15:25 +01:00
Jonathan Naylor
dfe50c4245
Simplify the UDP socket handling.
2024-01-29 15:44:33 +00:00
Jonathan Naylor
f7f94b3ca1
Merge pull request #307 from W0CHP/master
...
Reverses PR #306 , which broke FCS Remote/Dynamic linking
2023-10-04 17:45:18 +01:00
Chipster
bf6577e2ca
Reverses PR #306 , which broke FCS Remote/Dynamic linking
2023-10-04 11:12:45 -05:00
Jonathan Naylor
7cbac3bdab
Merge pull request #306 from iu5jae/master
...
Update YSFGateway.cpp
2023-07-28 16:50:30 +01:00
Antonio Matraia
95d83fd9ce
Requested changes
...
Changed indentation from space to tab, used false instead of 0 for boolean variables.
2023-07-26 22:02:47 +02:00
Antonio Matraia
2530199d54
Possibility of inserting startup reflector as ID
2023-07-23 20:50:05 +02:00
Antonio Matraia
351e6c2d59
added YSFDirect
...
Added management of the YSFBMGateway gateway using the id 00006
2023-07-21 00:41:19 +02:00
Antonio Matraia
2e303e55e6
updated YSFGateway
...
Remote control management compatible with pistar uk.
If the requested room does not exist, the gw remains on the previously set one
2023-07-08 20:57:03 +02:00
Antonio Matraia
daef16c145
Update YSFGateway.cpp
...
fixed the "segmentation fault" error in case a non-existent room is requested
2023-06-30 22:09:20 +02:00
Jonathan Naylor
3409e45d83
Merge pull request #305 from f1rmb/f1rmb_gpsd_fix_status_check_api_version_2
...
Take care of GPSd API version about fix.
2023-05-21 12:56:57 +01:00
Daniel Caujolle-Bert
f637ff564f
Take care of GPSd API version about fix.
2023-05-21 06:50:10 +02:00
Jonathan Naylor
c027bed0aa
Merge pull request #303 from W0CHP/master
...
Update sample INI with quoted `Symbol=` value.
2023-05-19 16:20:35 +01:00
Chipster
fd84400bfc
Update sample INI with quoted Symbol= value.
2023-05-19 09:57:48 -05:00
hb9tob
91eccac90c
fix 991a shame 2
2023-04-13 21:22:51 +02:00
hb9tob
bed3cbebd6
fix 991a shame
2023-04-13 20:57:40 +02:00
Jonathan Naylor
9eb6d3967f
Remove the YSF Reflector.
2023-02-23 19:31:28 +00:00
Jonathan Naylor
3731800162
Merge pull request #294 from W0CHP/master
2023-02-17 18:04:17 +00:00
Chipster
098c4fc6b4
Add mode type to APRS string. Make APRS band/offset string a bit more consistent.
2023-02-17 06:20:09 -06:00