Commit Graph

357 Commits

Author SHA1 Message Date
Jonathan Naylor
b11a967171 Reformat the latitude and longitude values. 2020-09-16 13:28:11 +01:00
Jonathan Naylor
8101f4d8e6 Merge branch 'IPv6' into SimpleDMR 2020-09-09 11:45:23 +01:00
Jonathan Naylor
6ce9a9db01 Merge pull request #93 from jg1uaa/IPv6
IPv6 and inline comment
2020-09-09 11:36:53 +01:00
SASANO Takayoshi
d2f71c5ed6 permit inline comment
in-line comment enabled

	example:
	# conventional comment, the line starts with #
	[Section]
	Key=value # this is new style comment
	Key="quoted value # this is not comment"
	Key="quoted value" # this is prohibited (not comment)

Whether in-line comment is used or not, delete trailing space/tab after
value.
2020-09-09 19:02:24 +09:00
SASANO Takayoshi
193ff5f8a0 renew UDPSocket code 2020-09-09 18:58:21 +09:00
Jonathan Naylor
f4d9895842 More IPv6 upgrades. 2020-09-05 20:49:30 +01:00
Jonathan Naylor
7e2f4d3c6e More IPv6 updates. 2020-09-05 20:15:23 +01:00
Jonathan Naylor
5e3e9f10b9 Merge branch 'IPv6' into SimpleDMR 2020-09-03 11:16:10 +01:00
Jonathan Naylor
94289e062d Update to support changes since IPv6 was added. 2020-09-03 10:52:22 +01:00
Jonathan Naylor
0e029e30d2 Remove warning. 2020-09-03 10:37:21 +01:00
Jonathan Naylor
056b40f267 Merge branch 'master' into IPv6 2020-09-03 10:25:51 +01:00
Jonathan Naylor
0b972e8616 Merge branch 'SimpleDMR' of https://github.com/g4klx/DMRGateway into SimpleDMR 2020-08-30 14:43:00 +01:00
Jonathan Naylor
83fbcaaf0a Some cleanups. 2020-08-30 14:42:40 +01:00
Jonathan Naylor
836625677d Fix compile with GPSD. 2020-08-28 15:21:59 +01:00
Jonathan Naylor
f93c48a922 Add optional reporting of the home location to APRS-IS directly. 2020-08-28 15:15:25 +01:00
Jonathan Naylor
8ef67976ab Ensure the correct width of the configuration packet. 2020-08-28 10:58:33 +01:00
Jonathan Naylor
1606c4e644 Move the location to the DMR Gateway from the Host. 2020-08-27 10:37:26 +01:00
Jonathan Naylor
f6643eb697 Fix compile with GPSD enabled. 2020-08-26 14:25:37 +01:00
Jonathan Naylor
b344248e0a Simplify the Host to DMR Gateway protocol. 2020-08-26 14:20:04 +01:00
Jonathan Naylor
6e89e4922f Add the install target. 2020-06-25 10:00:57 +01:00
Jonathan Naylor
d715ea6b4a Merge branch 'master' into IPv6 2020-06-17 16:29:05 +01:00
Jonathan Naylor
537a2dc37c Merge pull request #91 from jg1uaa/master
renew UDPSocket.cpp
2020-06-11 22:05:45 +01:00
Jonathan Naylor
8e75b2453b Update scripts. 2020-04-23 21:36:43 +01:00
Jonathan Naylor
6be27b3759 Remove unneeded files. 2020-04-22 21:32:29 +01:00
Jonathan Naylor
bd0de76f86 Updated script files. 2020-04-22 17:47:33 +01:00
Jonathan Naylor
4ed53d9bab Add dynamic talk group scripts from Jon G4TSN. 2020-04-21 21:43:53 +01:00
Jonathan Naylor
1542c9750d Removed the 2 in the linked to message, it sounded odd. 2020-04-21 21:31:29 +01:00
Jonathan Naylor
00342c763a Abort the voice prompt if network traffic appears on the same slot. 2020-04-18 22:33:24 +01:00
Jonathan Naylor
3b3243c1bf Add the status and exclusion PC/TG to the control ignore list. 2020-04-13 20:53:05 +01:00
Jonathan Naylor
4ab6ef030e Fix bug. 2020-04-13 17:53:36 +01:00
Jonathan Naylor
42afea8527 Add extern dynamic TG control via UDP. 2020-04-13 14:15:21 +01:00
Jonathan Naylor
55af548e6d Fix pass through bug. 2020-04-08 19:41:19 +01:00
Jonathan Naylor
7a8548cc41 Merge branch 'master' into DynTG 2020-04-08 17:29:33 +01:00
Jonathan Naylor
dafac8c025 Fix the order of processing the dynamic rewrite rules. 2020-04-08 17:28:43 +01:00
Jonathan Naylor
045f5a6eb5 Merge pull request #89 from d51r3verse/master
TypeRewrite with optional range
2020-04-08 11:50:49 +01:00
d51r3verse
ecc2948fb4 Merge pull request #1 from d51r3verse/xtendrewrite
Xtendrewrite
2020-04-08 18:26:56 +09:00
John doe
f4dd4968ae fix err 2020-04-08 17:21:51 +09:00
John doe
ec0b11c8e1 fix 2020-04-08 17:19:51 +09:00
John doe
1bfaf84dc8 . 2020-04-08 17:11:54 +09:00
John doe
a3884c2150 Using in DMRGateway.cpp 2020-04-08 16:48:43 +09:00
John doe
3b7083b373 Extended TypeRewrite 2020-04-08 16:21:35 +09:00
Jonathan Naylor
6b470c92a7 Allow for excluded TGs. 2020-04-07 23:03:27 +01:00
SASANO Takayoshi
06ed2e0080 modified for new UDPSocket.cpp 2020-04-07 18:05:12 +09:00
SASANO Takayoshi
cf038099f2 sync to MMDVMHost-ipv6 code 2020-04-07 18:05:12 +09:00
Jonathan Naylor
efed75f160 Fix type rewriting bug. 2020-04-06 16:00:55 +01:00
Jonathan Naylor
8f39ca9ece Fix reported bugs in the dynamic rewrite code. 2020-04-05 13:43:57 +01:00
Jonathan Naylor
0fef073c13 Add dynamic TG voice prompts and status TG. 2020-04-03 16:54:35 +01:00
Jonathan Naylor
9771b1ff0c Prepare for having two voice subsystems. 2020-04-03 15:25:33 +01:00
Jonathan Naylor
73270ad7a5 Allow for more rewrite processing options. 2020-04-03 15:10:41 +01:00
Jonathan Naylor
bd2366ed23 Fix cnfiguration bug. 2020-04-02 22:47:23 +01:00