Commit Graph

2890 Commits

Author SHA1 Message Date
Jonathan Naylor
89495fa00f Merge branch 'mqtt' into mqtt_plus 2023-08-10 12:06:14 +01:00
Jonathan Naylor
950e43ea74 Merge branch 'master' into mqtt 2023-08-10 12:05:18 +01:00
Jonathan Naylor
b02560ccbc Merge pull request #776 from f1rmb/fix_TA_memcpy_src_overflow
Fix memcpy overflow, as src and dest are 32 bytes long, only 31 bytes has to be copied, not 32, since an offset is applied to src.
2023-08-10 12:04:37 +01:00
Daniel Caujolle-Bert
2c0f08e2a6 Fix memcpy overflow, as src and dest are 32 bytes long, only 31 bytes has to be copied, not 32, since an offset is applied to src. 2023-08-10 08:08:06 +02:00
Jonathan Naylor
fd376ba2d9 Merge branch 'master' into mqtt 2023-08-07 20:15:26 +01:00
Jonathan Naylor
de8f991f5a Move DMR TA to t8 and t9 on the Nextion display. 2023-08-07 20:14:49 +01:00
Jonathan Naylor
376ff71fea Clean up the RSSI code to work with negative values correctly. 2023-08-05 16:51:55 +01:00
Jonathan Naylor
fdc917518b Add RSSI reporting to FM and AX.25. 2023-08-04 16:12:38 +01:00
Jonathan Naylor
0b69928256 Add mutex protection to the AX.25 network ring buffer. 2023-07-30 14:02:05 +01:00
Jonathan Naylor
adaa85103c Clean up the incoming AX.25 MQTT KISS data input. 2023-07-29 14:48:20 +01:00
Jonathan Naylor
c1dc441f28 Use MQTT for KISS format packet data in and out of the host. 2023-07-28 19:16:31 +01:00
Jonathan Naylor
e4de1951cc Refining the JSON schema based on the requirements of the display driver. 2023-07-26 16:32:33 +01:00
Jonathan Naylor
1a19243653 Rename display MQTT endpoints. 2023-07-25 16:20:23 +01:00
Jonathan Naylor
d8c72278c4 Merge branch 'mqtt' into mqtt_plus 2023-07-23 15:06:04 +01:00
Jonathan Naylor
38227730d0 Add crude M17 capability checking for V1 MMDVMs. 2023-07-23 15:00:07 +01:00
Jonathan Naylor
b33a6f997e Add basic JSON status logging. 2023-07-23 14:32:53 +01:00
Jonathan Naylor
ba2a92e32e Return command responses to "response". 2023-07-06 13:39:03 +01:00
Jonathan Naylor
871ee09eee Make the remote control optional as it should be. 2023-07-05 13:41:44 +01:00
Jonathan Naylor
9b9b70eec7 Handle changes to the MQTT class API. 2023-07-05 11:37:33 +01:00
Jonathan Naylor
fddabee1b9 Update the MQTT and JSON handling slightly. 2023-07-04 17:08:11 +01:00
Jonathan Naylor
893952f024 Make all of the rest of the code base be conditionally compiled. 2023-07-03 16:21:35 +01:00
Jonathan Naylor
50d3185432 Restore the modem capabilities handling. 2023-07-03 11:55:13 +01:00
Jonathan Naylor
ebc539b205 Add conditional compilation to the common classes for all of the modes. 2023-06-30 16:40:54 +01:00
Jonathan Naylor
72152cc82b Make the compilation of M17 conditional. 2023-06-29 18:15:33 +01:00
Jonathan Naylor
7724be0fd7 Remove the file unused debugging file pointer. 2023-06-29 18:15:00 +01:00
Jonathan Naylor
37420dc93c Make compiling D-Star conditional. 2023-06-29 17:13:00 +01:00
Jonathan Naylor
5a12f49a6e Make the compilation of FM support conditional. 2023-06-29 15:57:13 +01:00
Jonathan Naylor
7fa24d7f57 Make POCSAG and AX.25 conditional in the modem handling code. 2023-06-29 13:39:10 +01:00
Jonathan Naylor
b524c14d1d Make the compilation of POCSAG conditional. 2023-06-29 12:46:03 +01:00
Jonathan Naylor
11fc87896c Make compiling AX.25 conditional. 2023-06-29 11:59:52 +01:00
Jonathan Naylor
9d41681990 Make the various modes optional within the executable. 2023-06-29 11:59:21 +01:00
Jonathan Naylor
c2bd065b2d Remove the file based logging, only go via MQTT from now on. 2023-06-29 11:03:06 +01:00
Jonathan Naylor
3c48b8f61b Add support for passthrough of serial data from MQTT to the spare serial port on an MMDVM modem/hotspot. 2023-06-20 16:33:33 +01:00
Jonathan Naylor
1afe34f514 Use MQTT for the remote command handling. 2023-06-20 15:27:56 +01:00
Jonathan Naylor
0615a4218d Add MQTT subscriptions for display and remote commands. 2023-06-19 17:16:14 +01:00
Jonathan Naylor
ff004211b9 Rename MQTTPublisher to MQTTConnection. 2023-06-19 14:57:30 +01:00
Jonathan Naylor
cf9d470f23 Merge branch 'mqtt' into mqtt_plus 2023-06-19 14:08:53 +01:00
Jonathan Naylor
8a80d9678c Disable JSON RSSI reporting when RSSI is not being used. 2023-06-19 13:58:10 +01:00
Jonathan Naylor
678ef13754 Merge pull request #775 from kc1awv/patch-1 2023-06-17 19:08:53 +01:00
Steve Miller
4aefe13d46 Update YSFControl.cpp
typo
2023-06-17 13:49:09 -04:00
Jonathan Naylor
d01520bea1 Remove all of the display processing from the code. 2023-06-16 17:18:43 +01:00
Jonathan Naylor
f12604bb1c Remove all of the display files. 2023-06-16 16:05:59 +01:00
Jonathan Naylor
f5e82b6019 Merge branch 'mqtt' into mqtt_plus 2023-06-16 15:45:17 +01:00
Jonathan Naylor
46ce993c5d Fix YSF RSSI and BER JSON. 2023-06-16 15:44:20 +01:00
Jonathan Naylor
44783544fe Fix JSON RSSI and BER. 2023-06-16 15:32:16 +01:00
Jonathan Naylor
fd5baf790f Fix NXDN RSSI and BER JSON. 2023-06-16 15:28:22 +01:00
Jonathan Naylor
3b89c3f94d Fixuo M17 BER, RSSI, and Text JSON. 2023-06-16 15:07:17 +01:00
Jonathan Naylor
ac076a7a23 Fix DMR JSON handling. 2023-06-16 12:58:29 +01:00
Jonathan Naylor
c0eb51f0ba Clean up the D-Star JSON handling. 2023-06-16 12:38:01 +01:00
Jonathan Naylor
99d6ea8b63 Merge branch 'master' into mqtt 2023-06-16 12:24:03 +01:00