Commit Graph

321 Commits

Author SHA1 Message Date
Jorge (George)
e7762d673a Update DMRGateway.ini
For normal repeater operation using some rigs dynamic rewrite is not usefull, not all have Promiscous mode. Reflectors are disabled (allmost) on Brandmeister Network.
2020-11-06 10:59:48 +00:00
Jonathan Naylor
b68415fe64 Merge pull request #96 from f1rmb/fix_gps_segfault
Fix segfault when GPS is not enabled in config (NULL reference usage).
2020-11-04 10:38:55 +00:00
Daniel Caujolle-Bert
4ebc7f1af7 Fix segfault when GPS is not enabled in config (NULL reference usage). 2020-11-03 23:39:27 +01:00
Jonathan Naylor
023b5d48e0 Add optional log file rotation and UDP error handling. 2020-10-31 22:45:54 +00:00
Jonathan Naylor
be6364def2 Merge branch 'master' into SimpleDMR 2020-10-07 10:38:47 +01:00
Jonathan Naylor
62c5595915 Fix buffer overflow. 2020-10-07 10:38:19 +01:00
Jonathan Naylor
cf6f9b9ab7 Merge branch 'master' into SimpleDMR 2020-10-05 13:00:27 +01:00
Jonathan Naylor
c63d1503bb Updates for NetBSD. 2020-10-05 12:59:57 +01:00
Jonathan Naylor
4bf272216a Use normal logging in UDPSocket 2020-09-22 15:50:10 +01:00
Jonathan Naylor
5656547ec3 Clean up tabbing. 2020-09-21 10:14:15 +01:00
Jonathan Naylor
7934cc78bb Fix Windows. 2020-09-20 21:24:13 +01:00
Jonathan Naylor
5051efa78d Fix Windows compilation. 2020-09-20 15:05:42 +01:00
Jonathan Naylor
09a5824956 Merge branch 'master' into SimpleDMR 2020-09-18 13:06:06 +01:00
Jonathan Naylor
1ff647b701 Add the missing "to" the Dynamic TG voice. 2020-09-18 13:05:29 +01:00
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