Jonathan Naylor
aecc34ee64
Allow YSFClients to compile under Windows.
7 months ago
Chipster
bf6577e2ca
Reverses PR #306 , which broke FCS Remote/Dynamic linking
1 year ago
Antonio Matraia
95d83fd9ce
Requested changes
...
Changed indentation from space to tab, used false instead of 0 for boolean variables.
1 year ago
Antonio Matraia
2530199d54
Possibility of inserting startup reflector as ID
1 year ago
Antonio Matraia
351e6c2d59
added YSFDirect
...
Added management of the YSFBMGateway gateway using the id 00006
1 year ago
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
1 year ago
Antonio Matraia
daef16c145
Update YSFGateway.cpp
...
fixed the "segmentation fault" error in case a non-existent room is requested
1 year ago
Chipster
471d031a08
Add APRS Symbol option (based on my PR https://github.com/g4klx/DMRGateway/pull/122 )
2 years ago
Daniel Caujolle-Bert
227b3a9b2f
Add new remote command:
...
- status: displays network connection status (n/a, conn, disc), just like DMRGateway/MMDVMHost.
- host: display connected host, or NONE if disconnected (surrounded with double quotes).
3 years ago
Daniel Caujolle-Bert
3af8708977
Expect a space between LinkYSF/LinkFCS and its argument.
3 years ago
Chipster
c05a7f0205
* Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients.
...
* Added '--version|-v' to YSFParrot, as well as GitVersion.h facility
3 years ago
Daniel Caujolle-Bert
0e48d79162
Apply left trim to remote command argument (otherwise string compare are failing);
3 years ago
narspt
90233f50e2
fix undesired connect packet passthrough
3 years ago
narspt
54ae27d63b
fix wiresx cmd passthrough happening even disabled
3 years ago
Daniel Caujolle-Bert
fc76b0f4ab
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
4 years ago
Jonathan Naylor
a74a95360b
Fix Wires-X passthrough and some code cleanups.
4 years ago
Jonathan Naylor
e7503907df
Fix networking issues.
4 years ago
Jonathan Naylor
81170f53ee
Add optional diabling of file rotation and UDP socket bug fixing.
4 years ago
Jonathan Naylor
8a6a9f2691
Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor
b7cd5998b9
Updates for NetBSD.
4 years ago
Jonathan Naylor
ffb4e53dbd
Add Windows support.
4 years ago
Jonathan Naylor
a922ec9810
Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor
4aa3237997
Handle DTMF disconnect properly.
4 years ago
Jonathan Naylor
91f04abddb
Merge branch 'master' into IPv6
4 years ago
Jonathan Naylor
cef5ff8e31
Merge branch 'master' into IPv6
4 years ago
Kurt
d1c8e34cea
Update YSFGateway.cpp
...
ADD OPTIONS=
4 years ago
Jonathan Naylor
0e064b93e6
Convert to IPv6
4 years ago
Jonathan Naylor
19ed7e9e83
Fix a compile issue and bump the version date.
4 years ago
Manuel Sánchez Raya
ba46c3b672
Update YSFGateway.cpp
...
Data packet not processed by processWiresX go to network so we can send text messages and pictures.
4 years ago
Jonathan Naylor
0e41513538
Add debugging to APRS.
4 years ago
Jonathan Naylor
aa0ba6ec46
Add support for GPSD.
5 years ago
Jonathan Naylor
7759575bbb
Convert to using the APRSGateway.
5 years ago
Andy Taylor
47e06a97c0
Update YSFGateway.cpp
...
Improve the 3/5 digit FCS code
5 years ago
Andy Taylor
fcb7dde1e6
Update YSFGateway.cpp
...
fix my mistake
5 years ago
Andy Taylor
2b83ef0518
Update YSFGateway.cpp
...
Improve support for 5 digit FCS
5 years ago
Jonathan Naylor
adade2ebe2
Add remote command capability.
5 years ago
Andy CA6JAU
32769af26a
Simplifying code
6 years ago
Andy CA6JAU
87510f4e7d
Clean up and remove unused variables
6 years ago
Andy CA6JAU
548edc3768
Fix Wires-X connection reply when reflector is busy
6 years ago
Andy CA6JAU
387b5845b9
Fix poll handling
6 years ago
Andy Taylor
76211e05be
Update YSFGateway.cpp
...
Added an extra field to the logic for sorting out when WiresX is processed locally and when it's not. This is done to make sure that the correct state is always matched, and that WiresX can only ever make it to a YSF2xxx subordinate, and that WiresX connect is ONLY generated when WiresX Passthrough is on.
Added Logging to show when WiresX Command is sent to WiresX enabled subordinate YSF2xxx Gateway
6 years ago
Andy Taylor
d3fe1515b3
Update YSFGateway.cpp
...
Removed this in error while I was cleaning up the match code.
This is clean enough and stable enough to merge it to the master branch, its functional, there are some edge cases left to clean up, but I cant yet tell if those are in YSFGateway or in the YSF2xxx modes.
Either way, having more eyes on it would be a good thing.
6 years ago
Andy Taylor
4327b23c91
Update YSFGateway.cpp
...
replace my code with yours...
this seems to work well enough for testing, with one caveat, I need to remove YSF2xxx modes from the Pi-Star host files and modify the dashboard to cope without them in there, not a problem.
6 years ago
Andy Taylor
8288d64848
Update YSFGateway.cpp
...
This is not exactly elegant, its not a state issue exactly, just cant read reflector->m_wiresX when there is no reflector...
6 years ago
Andy Taylor
070cfb9ea2
Update YSFGateway.cpp
...
Remove typo
6 years ago
Andy Taylor
9d86e07117
Update YSFGateway.cpp
...
Cleaned up the string compares, they are now so fast that I need to experiment with the timing - I can see why you detest the string compare :)
6 years ago
Andy Taylor
3cfa1a8d35
Update YSFGateway.cpp
...
Adds the WiresX link forward on connect to sub-ordinate gateway, this was the last piece....
6 years ago
Andy Taylor
36970ce021
Update YSFGateway.cpp
6 years ago
Andy Taylor
2013dd91b5
Update YSFGateway.cpp
...
Send the disconnect to the YSF2xxx gateway too
6 years ago
Andy Taylor
aaee560119
Revert "Update YSFGateway.cpp"
...
This reverts commit e57cadc679
.
6 years ago