Alexander Mokrov UR6LKW
fa558552d8
[unlim-networks] Config
2025-06-02 01:40:29 +03:00
Alexander Mokrov UR6LKW
68e68c9c79
[unlim-networks] indentation fix
2025-06-02 01:39:51 +03:00
Jonathan Naylor
ec5c32b57a
Update the C++ code.
2025-03-15 17:03:06 +00:00
Chipster
508692a554
Add Symbol= option to [APRS] stanza in config, to allow user to define APRS symbol. Backward-compat., and will default to the standard D& symbol (diamond with "D" overlay) if Symbol= is not defined.
2023-02-12 19:27:45 -06:00
Daniel Caujolle-Bert
4f9f30b678
Fix: XLX ID as 3 characters string instead of a number.
...
* Since some XLX reflectors are using characters instead of numbers (like USA,JPN,etc...), it's not possible to use them as startup reflector.
* Of course, it's still not possible to switch to that kind of reflector using the xlxBase + 4000 trick.
Update Copyright year.
2022-02-17 09:36:23 +00:00
Marco Kubon
a3d2bce8a5
Update Conf.cpp
...
Reading Descripton from section APRS is missing
2021-07-14 14:07:16 +02:00
Daniel Caujolle-Bert
d9a09a9364
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
2021-04-25 07:44:55 +02:00
Daniel Caujolle-Bert
41a49d5785
Implement remote command support.
...
- Defaut port is 7643 (totally arbitrary)
- Using RemoteCommandDMRG, each network can be enabled or disabled (net1 .. net5, xlx):
~ $ RemoteCommandDMRG 7643 disable net2
M: 2021-03-20 11:48:40.494 Command sent: "disable net2" to port: 7643
M: 2021-03-20 11:48:40.545 OK
- Using RemoteCommandDMRG, a connection status can be retrieved:
~ $ RemoteCommandDMRG 7643 status
M: 2021-03-20 11:49:13.513 Command sent: "status" to port: 7643
M: 2021-03-20 11:49:13.563 xlx:conn net1:conn net2:n/a net3:n/a net4:conn net5:n/a
A returned string is expected from the socket connection, this is why I did not reuse the MMDVMHost's RemoteCommand (unless MMDVMHost RemoteControl is modified as well).
The exit value can be used in scripting (also 1 if we didn't get any reply).
2021-03-20 13:03:19 +01:00
Jonathan Naylor
023b5d48e0
Add optional log file rotation and UDP error handling.
2020-10-31 22:45:54 +00:00
Jonathan Naylor
7e2f4d3c6e
More IPv6 updates.
2020-09-05 20:15:23 +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
1606c4e644
Move the location to the DMR Gateway from the Host.
2020-08-27 10:37:26 +01:00
Jonathan Naylor
b344248e0a
Simplify the Host to DMR Gateway protocol.
2020-08-26 14:20:04 +01:00
Jonathan Naylor
42afea8527
Add extern dynamic TG control via UDP.
2020-04-13 14:15:21 +01:00
Jonathan Naylor
7a8548cc41
Merge branch 'master' into DynTG
2020-04-08 17:29:33 +01: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
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
bd2366ed23
Fix cnfiguration bug.
2020-04-02 22:47:23 +01:00
Jonathan Naylor
10e890bdd4
Begin the dynamic TG support.
2020-04-01 22:22:12 +01:00
Jonathan Naylor
82d0b06db1
Add a fifth DMR network. This has not been tested nor even compiled.
2019-07-17 08:21:52 +01:00
Jan Hegr
8909395d10
Added the IdRewrite=RFId,NetworkId rule to the network configuration section for bidirectional ID translation
2019-05-19 08:56:39 +02:00
DO2BN
be4ef3c5e5
Added 4. DMR Network
2019-03-16 11:08:32 +01:00
Simon
91dbcdf209
XLX: Convert module to UPPER CASE
2018-10-21 15:29:50 +01:00
Simon
8ed2565a25
XLX: Add option to overide default module in config.
2018-10-21 15:26:54 +01:00
Simon
3ce8076e89
Add config option to enable/disable user XLX link control
2018-10-21 10:18:55 +01:00
Jonathan Naylor
004c162fca
Allow for sequence numbers on the rewrite rules.
2018-06-04 22:02:39 +01:00
Jonathan Naylor
f822e90478
Remove quotes in the ini file.
2018-02-07 21:36:44 +00:00
Jonathan Naylor
d4d376eb4e
Add an optional third DMR Network.
2017-11-21 11:30:13 +00:00
Jonathan Naylor
fc2c027604
Allow for info override.
2017-10-08 14:13:52 +01:00
Jonathan Naylor
2159abb418
Simplify the format of the XLX Hosts file a little.
2017-09-26 14:58:22 +01:00
Jonathan Naylor
a057f757ab
Add a reload time for the XLX Hosts file.
2017-09-26 13:08:35 +01:00
Jonathan Naylor
7d304f8bca
Merge branch 'master' into XLXs
2017-09-22 21:10:40 +01:00
Jonathan Naylor
b966fe7167
Add seperate timeouts for RF and network.
2017-09-22 21:03:44 +01:00
Jonathan Naylor
480221a826
Merge branch 'master' into XLXs
2017-09-16 17:30:46 +01:00
Jonathan Naylor
acc562381e
Fix compiler warning.
2017-09-16 17:30:24 +01:00
Jonathan Naylor
5faeeed423
Merge branch 'master' into XLXs
2017-09-16 14:50:30 +01:00
Jonathan Naylor
9289d48939
Optionally suppress location information info being sent to the masters.
2017-09-16 14:33:04 +01:00
Jonathan Naylor
e5d4dab793
Allow for switching between XLX reflectors.
2017-08-20 21:48:49 +01:00
Jonathan Naylor
367116bdf4
Add optional names for each network for use in the log,
2017-08-01 21:51:22 +01:00
Simon
7f4c586036
Add configuration option "Relink" to specify re-link timeout for XLX
2017-06-20 13:50:23 +01:00
Jonathan Naylor
2e257da997
Add basic rule tracing.
2017-06-04 15:17:43 +01:00
Jonathan Naylor
8bc79767c5
Allow for a startup XLX reflector.
2017-05-30 13:42:30 +01:00
Jonathan Naylor
a4cff2f3d7
Add Pass All parameters for TGs and Private Calls.
2017-05-27 16:50:34 +01:00
Jonathan Naylor
ee438fd2dc
Allow for a second XLX reflector.
2017-05-26 13:26:39 +01:00
Jonathan Naylor
87e261e99e
Add an XLX base so the control ids can be shifted.
2017-05-25 18:24:05 +01:00
Jonathan Naylor
c2bcec4a59
Modify Type Rewrite to handle BM Echo.
2017-05-24 17:46:07 +01:00
Jonathan Naylor
864bcb1293
Enable the Options for DMR Network 1 and 2.
2017-05-24 17:42:48 +01:00
Jonathan Naylor
5eff056ed0
Add a range to the SrcRewrite and a new config.
2017-05-16 18:42:37 +01:00