Commit graph

61 commits

Author SHA1 Message Date
Geoffrey Merck F4FXL - KC3FRA
1f76e03cf5 Update G2 port on incoming G2 transmission 2018-11-18 07:59:23 +01:00
Geoffrey Merck F4FXL - KC3FRA
bf4738c8a2 Add G2 port caching 2018-11-18 07:58:52 +01:00
Geoffrey Merck F4FXL - KC3FRA
21b1b967be Unfix address and port 2018-11-17 18:18:28 +01:00
Jonathan Naylor
05e66c15d1 Fix typo. 2018-11-15 19:30:27 +00:00
Jonathan Naylor
1e4a11f0a6 Fix typo. 2018-11-15 19:29:14 +00:00
Jonathan Naylor
3f179985d1 Add AMBE data bypass processing for Fast Data. 2018-11-14 10:50:08 +00:00
Jonathan Naylor
2a3611e87c
Merge pull request #15 from F4FXL/MakefileTweaks
Makefile dependencies checks
2018-11-12 14:20:32 +00:00
Jonathan Naylor
e57faf2418 Add Mobile GPS to ircDDB Gateway Config GUI. 2018-11-11 22:40:37 +00:00
Geoffrey Merck F4FXL - KC3FRA
dcb5b4b455 Add empty targets for dependencies in sub make file
This forces make to check if dependency (eg ../Common/Common.a) is more
recent than the target
2018-11-11 18:35:30 +01:00
Geoffrey Merck F4FXL - KC3FRA
e66484340b Add generation of dependency files
Generate dependency files so that when changing one file only stuff
dependant on that file gets rebuilt. Avoid cleaning the whole thing on
every small change
2018-11-11 17:13:17 +01:00
Geoffrey Merck F4FXL - KC3FRA
86744087a4 Force crawling of sub-makes for changed dependencies
Inspired by
https://stackoverflow.com/questions/31293557/how-to-tell-make-to-watch-dependencies-of-a-sub-make-target

Also make install, clean and all PHONY targets
2018-11-11 17:12:05 +01:00
Jonathan Naylor
baeee75cfd Cherry picked changes/fixes from Shawnchain's OpenWrt changes. 2018-11-09 11:31:10 +00:00
Jonathan Naylor
ccd6352e72
Merge pull request #12 from F4FXL/ParallelBuild
Use $(MAKE) variable
2018-11-06 11:55:10 -08:00
Jonathan Naylor
dd4549a753 Fix compile issues. 2018-11-06 19:52:30 +00:00
Geoffrey Merck F4FXL - KC3FRA
356b94e126 Use $(MAKE) variable
This allow to use make -jx flag to parallelize build otherwise the -j
flag was not propagated to sub make
2018-11-06 19:52:17 +01:00
Jonathan Naylor
70840a10c2 Add support for Mobile GPS. 2018-11-06 13:50:30 +00:00
Jonathan Naylor
6b3c1992ff Protect the pointer array. 2018-11-05 07:51:41 +00:00
Jonathan Naylor
e96e16e8c3
Merge pull request #11 from F4FXL/LogWithDates
Revert log file naming
2018-11-02 06:23:30 -07:00
Geoffrey Merck F4FXL - KC3FRA
bb041a10be Revert log file naming
Revert log file naming introduced with
559c33043a (diff-1fcebfc553fc1c28884296bcbeffa74c)
Now log file has date in name, like it was prior to this commit.
2018-11-02 14:16:53 +01:00
Jonathan Naylor
cf5c32b585
Merge pull request #10 from F4FXL/UDPHolePunching
Add UDP Hole Punching for G2
2018-11-02 02:31:06 -07:00
Geoffrey Merck
ee4ceb85d1 Change function name casing
Change function name casing to stick to project convention.
2018-11-02 09:24:12 +01:00
Geoffrey Merck
d1c55b9394 Add UDP Hole Punching for G2 2018-11-02 09:17:18 +01:00
Jonathan Naylor
3107a7f60e Update the D-Plus authenticator host. 2018-09-23 15:42:00 +01:00
Jonathan Naylor
dd2760b434 Add GUI makefiles for the other GUI capable programs. 2018-09-19 21:05:28 +01:00
Jonathan Naylor
5a5bfc9e89 Revert "First stage of CCS removal."
This reverts commit 9669d865b5.
2018-09-19 15:09:28 +01:00
Jonathan Naylor
9669d865b5 First stage of CCS removal. 2018-09-19 15:05:20 +01:00
Jonathan Naylor
094f0d286d Fix GUI install. 2018-09-02 13:04:46 +01:00
Jonathan Naylor
48156d72ca
Merge pull request #7 from dg0tm/fix-logging
update logging
2018-08-21 21:27:28 +01:00
Christoph Kottke
6b668396db update logging
* aktivate verbose mode
    verbose messages are logged as the normal ones instead of being silently dropped
 * wxLogXXX from threads
    only the GUI wxApp called wxLog::FlushActive() in idle time. wxAppConsole doesn't
    show LogMessages from Threads.
2018-08-21 08:14:20 +02:00
Jonathan Naylor
e349b45fa4
Merge pull request #6 from dg0tm/fix-idTimer
start idTimer
2018-08-14 17:54:21 +01:00
Christoph Kottke
f080190294 start idTimer
fix #3
2018-08-08 15:10:37 +02:00
Jonathan Naylor
e4b8d0b32b Merge branch 'master' of github.com:g4klx/ircDDBGateway 2018-07-25 07:46:37 +01:00
Jonathan Naylor
2a4754e68b Commit the release files, my mistake for forgetting. 2018-07-25 07:46:05 +01:00
Jonathan Naylor
18bd1c7a15 Clean up the DExtra hosts file. 2018-07-25 07:45:17 +01:00
Jonathan Naylor
8bb96536d1 Add optional DCS_LINK and DEXTRA_LINK to the Makefiles. 2018-07-19 19:07:03 +01:00
Jonathan Naylor
0bd94e25d3 Change callsign conversion decision and base. 2018-07-18 19:11:09 +01:00
Jonathan Naylor
7a8d63ccab Add APRS debugging message for the log. 2018-07-18 07:41:14 +01:00
Jonathan Naylor
71f388197f Use the header my callsign for the APRS callsign on a TH-D74. 2018-07-17 19:15:25 +01:00
Jonathan Naylor
ba7d848f78 Update the web address for the VC2017 downloads. 2018-07-12 20:27:30 +01:00
Jonathan Naylor
f2e06a86d9 Add makefiles to build a GUI version under Linux. 2018-07-12 20:23:05 +01:00
Jonathan Naylor
460d0dc873 Add 32- and 64-bit NSIS installers. 2018-07-12 18:25:02 +01:00
Jonathan Naylor
b74359f4d8 Update the positions of the VC2017 run-time redistributable packages. 2018-07-11 17:57:31 +01:00
Jonathan Naylor
6c7867e079 Update the hosts files from pi-star. 2018-07-10 20:37:21 +01:00
Jonathan Naylor
67ace87665 Add a bare bones BUILD.txt. 2018-07-05 19:45:28 +01:00
Jonathan Naylor
443b76e4fd Use the correct date this time. 2018-07-04 18:08:28 +01:00
Jonathan Naylor
59e2e47880 Update CHANGES.txt 2018-07-04 18:06:53 +01:00
Jonathan Naylor
e4b1ddd1bd Remove old copy of the APRS collector. 2018-07-04 07:33:22 +01:00
Jonathan Naylor
96426b50d9 Fix obvious bug is GPS-A handling. 2018-07-04 07:32:09 +01:00
Jonathan Naylor
5124a594e7 Bump the version date. 2018-06-27 18:36:42 +01:00
Jonathan Naylor
b0a254ab53 Updated to the latest hosts files. 2018-06-27 08:09:51 +01:00