Commit graph

136 commits

Author SHA1 Message Date
Jonathan Naylor
cb5a7b601c
Merge pull request #31 from F4FXL/NewXLX
Some more XLX improvement
2019-04-21 16:14:13 +01:00
Geoffrey Merck
387f875058
Fix C4706 warning 2019-04-21 08:41:23 +02:00
Geoffrey Merck F4FXL - KC3FRA
f7bf375bea Fix segmentaton fault on exit 2019-04-19 08:27:47 +02:00
Geoffrey Merck F4FXL - KC3FRA
9ab2841100 Add error message on invalid XLX URL 2019-04-18 14:35:46 +02:00
Geoffrey Merck F4FXL - KC3FRA
87e1a31e7d Pi-Star puts a blank for empty values in config files, this breaks default value handling. Implement a work around for XLX URL. Should this be rather addressed on pi-star end ? 2019-04-18 08:20:27 +02:00
Geoffrey Merck F4FXL - KC3FRA
0fff5f489c Add XLX URL Validation under windows.
Fix empty string always returned for XLX URL
2019-04-18 08:18:37 +02:00
Jonathan Naylor
f2d9f61fa0
Merge pull request #30 from F4FXL/NewXLX
Fix Windows build asking for wget
2019-04-17 11:00:06 +01:00
Geoffrey Merck F4FXL - KC3FRA
5eff889929 Fix Windows build asking for wget 2019-04-17 10:42:18 +02:00
Jonathan Naylor
c40eae61f8
Merge pull request #29 from F4FXL/NewXLX
Add ability to connect to XLX using DTMF
2019-04-09 07:49:38 +01:00
Geoffrey Merck F4FXL - KC3FRA
21a782887f Changed # for A for XLX linking ... 2019-04-08 13:56:42 +02:00
Geoffrey Merck F4FXL - KC3FRA
a2e459676d Add DTMF connection for XLX 2019-04-08 09:16:05 +02:00
Jonathan Naylor
dff387f06f Update XRF038's IP address. 2019-04-05 07:36:07 +01:00
Jonathan Naylor
2007c08088
Merge pull request #28 from ernix66/master
XLX311 IP Address Change
2019-04-05 07:33:54 +01:00
ernix66
99e96a1024
Update DPlus_Hosts.txt
XLX311 IP Address change
2019-04-04 22:27:10 +02:00
ernix66
9fa6e9a54a
Update DExtra_Hosts.txt
XLX311 IP Address change
2019-04-04 22:26:32 +02:00
ernix66
e004be9fff
Update DCS_Hosts.txt
XLX311 IP Address change
2019-04-04 22:25:51 +02:00
Jonathan Naylor
9f545a510e Bump the version date. 2019-04-02 07:54:20 +01:00
Jonathan Naylor
95b9bd50bd Small code cleanups. 2019-04-02 07:53:36 +01:00
Jonathan Naylor
1e9fe90f90
Merge pull request #27 from F4FXL/NewXLX
Connect directly using XLXxxxyL
2019-03-30 12:14:14 +00:00
Geoffrey Merck F4FXL - KC3FRA
746430b9bf Fix broken windows build 2019-03-26 11:07:57 +01:00
Geoffrey Merck F4FXL - KC3FRA
55573f77fe Load default XLX URL when the key is present in the config and no value is specified 2019-03-26 06:53:30 +01:00
Geoffrey Merck F4FXL - KC3FRA
a70fd0510d Typo 2019-03-24 17:31:51 +01:00
Geoffrey Merck F4FXL - KC3FRA
25eeee30b7 Always use wget on linux to download the XLX host file as some distros are missing wxhttp 2019-03-24 17:29:03 +01:00
Geoffrey Merck F4FXL - KC3FRA
7039487816 Add wx net lib linking 2019-03-24 07:54:50 +01:00
Geoffrey Merck F4FXL - KC3FRA
3a87e91b5e Remove unused variable 2019-03-24 07:54:27 +01:00
Geoffrey Merck F4FXL - KC3FRA
ff62562e3a Ignore XLX reflectors not starting with XLX 2019-03-24 07:45:59 +01:00
Geoffrey Merck F4FXL - KC3FRA
bf83762e2c Fix remote control reporting XLX as DCS 2019-03-24 06:55:31 +01:00
Geoffrey Merck F4FXL - KC3FRA
59a9832e5d Undefined XLX_USE_WGET as it will not run under windows
Updated Makefile to link with wx net
2019-03-24 06:42:13 +01:00
Geoffrey Merck F4FXL - KC3FRA
e19b61fcdb Add missing if for xlx loading 2019-03-24 06:11:22 +01:00
Geoffrey Merck F4FXL - KC3FRA
075fa42d0c Allow direct connection using XLX instead of DCS 2019-03-23 08:17:42 +01:00
Jonathan Naylor
b8ee3948ed Bump the version date. 2019-01-31 08:28:36 +00:00
Jonathan Naylor
9df5e078ff Remove redundant code. 2019-01-31 08:28:22 +00:00
Jonathan Naylor
df4a4fb122 Loosen fast data admission criteria. 2019-01-30 20:13:53 +00:00
Jonathan Naylor
7ea8ac95d0 Fix compile issue. 2019-01-30 11:43:46 +00:00
Jonathan Naylor
dd89205245 Fix compile issue. 2019-01-30 11:07:36 +00:00
Jonathan Naylor
a1bea49c88 Check the guard byte on the fast data. 2019-01-30 07:55:40 +00:00
Jonathan Naylor
f7fe4d6683 Don't forget to descramble the type byte first. 2019-01-25 11:38:49 +00:00
Jonathan Naylor
852889e0ee New way to detect fast data mode. 2019-01-25 11:21:36 +00:00
Jonathan Naylor
58e0caed97 Add the Nat Traversal class to VS. 2019-01-18 16:40:08 +00:00
Jonathan Naylor
16f2e2a155
Merge pull request #24 from F4FXL/UDPHolePunching
Allow to compile without NAT traversal, disabled by default
2019-01-17 08:05:11 +00:00
Geoffrey Merck F4FXL - KC3FRA
57128ef77a Merge branch 'master' into UDPHolePunching 2019-01-16 22:15:46 +01:00
Jonathan Naylor
875bba83c1 Update logger to the latest wxWidgets API. 2019-01-16 20:51:23 +00:00
Jonathan Naylor
c2e26c508e Remove UDP hole puncher. 2019-01-16 20:50:59 +00:00
Geoffrey Merck F4FXL - KC3FRA
1abb52601f Merge branch 'master' into UDPHolePunching 2019-01-16 21:49:16 +01:00
Geoffrey Merck F4FXL - KC3FRA
1e48be71dd Allow to compile without NAT traversal, disabled by default 2019-01-16 20:41:57 +01:00
Jonathan Naylor
d87d121c8d Revert "Merge pull request #16 from F4FXL/UDPHolePunching"
This reverts commit cc2c68aff9, reversing
changes made to 05e66c15d1.
2019-01-15 20:50:58 +00:00
Jonathan Naylor
fe42c30df0
Correct DCS014's IP address. 2019-01-15 08:02:57 +00:00
Jonathan Naylor
5eafed9454
Merge pull request #19 from EA3HKB/patch-2
Update DCS_Hosts.txt
2019-01-08 20:20:22 +00:00
Jonathan Naylor
9f1576478b
Merge pull request #20 from EA3HKB/patch-3
Update DExtra_Hosts.txt
2019-01-08 20:20:03 +00:00
Jonathan Naylor
daee1becd0
Merge pull request #21 from EA3HKB/patch-4
Update DPlus_Hosts.txt
2019-01-08 20:19:44 +00:00