Jonathan Naylor
40a1dec98e
Merge branch 'M17_AX25_FM' into I2C
2021-04-25 11:11:19 +01:00
Jonathan Naylor
7008c624d9
Regularise the local address handling across all of the protocol.
2021-04-25 11:10:35 +01:00
Jonathan Naylor
8b45e04ea0
Merge branch 'master' into M17_AX25_FM
2021-04-25 10:26:57 +01:00
Daniel Caujolle-Bert
ec0bc51899
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
2021-04-25 07:47:06 +02:00
Jonathan Naylor
609f1e356a
Add the USDP metadata header to the FM network output.
2021-04-24 08:43:48 +01:00
Jonathan Naylor
f2a84a844e
Merge branch 'M17_AX25_FM' into I2C
2021-04-11 19:16:33 +01:00
Jonathan Naylor
cfe9e0fba4
Remove the FM networking sample rate conversion.
2021-04-11 19:15:23 +01:00
Jonathan Naylor
e6e7425982
Merge branch 'M17_AX25_FM' into I2C
2021-04-08 19:03:10 +01:00
Jonathan Naylor
e6d5ef9055
Merge branch 'master' into M17_AX25_FM
2021-04-08 18:44:51 +01:00
Jonathan Naylor
dad34bea98
Don't send RPTCL on DMR under error conditions.
2021-04-08 18:36:27 +01:00
Jonathan Naylor
dbf771d80c
Fixed M17 to be compatible with the latest protocol speciication.
2021-03-25 21:07:44 +00:00
Jonathan Naylor
69a4fdd23c
Merge branch 'master' into M17_AX25_FM
2021-03-22 22:14:54 +00:00
Daniel Caujolle-Bert
27b7d3fc41
Add RemoteCommand 'status' command.
...
As DMRGateway, it reports connection status.
Command sent: "status" to port: 7642
dstar:n/a dmr:conn ysf:n/a p25:n/a nxdn:n/a fm:n/a
RemoveCommand has been slighlty modified, as using Log on a read-only filesystem simply forbids the strings to be displayed.
Another solution would be to set LogInitialisse's filePath to "/tmp/" for *nix systems.
2021-03-22 20:32:43 +01:00
Jonathan Naylor
75e8e95aad
Add FM network audio gain and optional pre- and de-emphasis.
2021-03-14 14:59:34 +00:00
Jonathan Naylor
fb0d1ef5e2
Allow the USRP audio format to be used natively by the FM networking.
2021-03-14 12:16:39 +00:00
Jonathan Naylor
d730b263fc
Merge branch 'M17_AX25_FM' into I2C
2021-03-07 17:51:29 +00:00
Jonathan Naylor
46b8ea56d3
Merge branch 'master' into M17_AX25_FM
2021-03-07 17:51:06 +00:00
Jonathan Naylor
5d8d1a3fb9
Add mode 4 (force off) for the DMR OVCM flag.
2021-03-07 17:42:55 +00:00
Jonathan Naylor
8931f9ed3c
Merge branch 'M17_AX25_FM' into I2C
2021-02-17 22:17:06 +00:00
Jonathan Naylor
e291096d22
Final modem refactoring.
2021-02-17 21:36:47 +00:00
Jonathan Naylor
279afb75f3
Finish off the UDP Controller and more clean-ups.
2021-02-17 19:35:28 +00:00
Jonathan Naylor
8ace65b86d
More sane modem port protocol handling.
2021-02-16 22:34:25 +00:00
Jonathan Naylor
ff9712b36a
Refactored some class names.
2021-02-16 20:05:03 +00:00
Jonathan Naylor
5ae833d3fd
Merge branch 'M17_AX25_FM' into I2C
2021-01-01 14:45:34 +00:00
Jonathan Naylor
e761e9c083
Merge branch 'master' into M17_AX25_FM
2021-01-01 14:45:08 +00:00
Jonathan Naylor
a209c00479
Allow DMR/P25 and NXDN Id reload with a SIGUSR1 or via a remote command.
2021-01-01 13:54:03 +00:00
Jonathan Naylor
d77e2a00ce
Restore the branch
2020-12-15 16:21:07 +00:00
Jonathan Naylor
135fd04e0d
Revert "Merge branch 'M17_AX25_FM'"
...
This reverts commit e1427e3e37
, reversing
changes made to bcdba292eb
.
2020-12-15 15:52:27 +00:00
Jonathan Naylor
4b0b600711
Merge branch 'M17_AX25_FM' into I2C
2020-12-09 09:50:24 +00:00
Jonathan Naylor
fcf45d3e4b
Merge branch 'master' into M17_AX25_FM
2020-12-09 09:47:49 +00:00
Jonathan Naylor
6e05225522
Reinstate the full RPTC command.
2020-12-09 09:41:11 +00:00
Jonathan Naylor
32753254a4
Merge branch 'M17_AX25_FM' into I2C
2020-12-06 17:06:48 +00:00
Jonathan Naylor
ef6056506c
Merge branch 'master' into M17_AX25_FM
2020-12-06 16:46:10 +00:00
Jonathan Naylor
136deac61a
Allow optional direct connections to masters again.
2020-12-06 16:12:54 +00:00
Jonathan Naylor
0d6387dde2
Merge branch 'M17_AX25_FM' into I2C
2020-11-26 16:36:47 +00:00
Jonathan Naylor
67b93d6310
Partial work supporting the latest M17 specification.
2020-11-26 11:30:16 +00:00
Jonathan Naylor
66bcca7e91
Start making the OLED driver available for modem redirection.
2020-11-15 18:12:38 +00:00
Jonathan Naylor
f89145b772
Remove support for the UMP (sob).
2020-11-10 09:58:10 +00:00
Jonathan Naylor
a57397e274
Merge branch 'AX25_FM' into M17_AX25_FM
2020-11-06 15:43:12 +00:00
Jonathan Naylor
18c8b95829
Convert M17 to use the new M17 Gateway.
2020-11-01 16:07:36 +00:00
Jonathan Naylor
06ba457da2
Merge branch 'SimpleDMR' into AX25_FM
2020-10-31 21:45:48 +00:00
Jonathan Naylor
9559cdb060
Merge branch 'SimpleDMR' into M17
2020-10-31 21:41:45 +00:00
Jonathan Naylor
a0d60b894d
Add optional log file rotation and UDP socket reopening.
2020-10-31 21:35:09 +00:00
Jonathan Naylor
cd5624c2fb
Merge branch 'SimpleDMR' into M17
2020-10-30 13:58:32 +00:00
Jonathan Naylor
098cc74c9e
Merge branch 'SimpleDMR' into AX25_FM
2020-10-30 13:57:58 +00:00
Jonathan Naylor
bbe44df3e9
Merge branch 'master' into SimpleDMR
2020-10-30 13:47:25 +00:00
Jonathan Naylor
99cdcf1f50
Merge pull request #522 from sp5lg/master
...
DStar SelfOnly with WhiteList
2020-10-30 13:44:54 +00:00
Jonathan Naylor
61afb194c5
Revert "Merge pull request #648 from xfxian/logrotate"
...
This reverts commit 9932394840
, reversing
changes made to cfc313e5b9
.
2020-10-30 13:34:13 +00:00
Jacob Schramm
7a5bbda248
Changing RotateLogs to TimestampLogs
2020-10-29 22:45:57 +01:00
Jacob Schramm
53ae146667
Introducing RotateLog configuration option that allows disabling timestamps on the logfiles.
2020-10-29 00:08:04 +01:00