From f5a6937786bba732ea5a49adba0d2e19da96a6b9 Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 14 Aug 2025 11:47:32 +0200 Subject: [PATCH] ModBus software works, MQTT bridge software added. --- software/mqqt_to_pe1rxf_telemetry/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/software/mqqt_to_pe1rxf_telemetry/README.md b/software/mqqt_to_pe1rxf_telemetry/README.md index 72ddc29..4de9cd2 100644 --- a/software/mqqt_to_pe1rxf_telemetry/README.md +++ b/software/mqqt_to_pe1rxf_telemetry/README.md @@ -1,6 +1,6 @@ -# Python ModBus test program +# Python MQTT to pe1rxf telemetry bridge -A simple test program to test ModBus peripherals connected to a serial port. +Forwards MQTT messages to AX.25 according to the PE1RXF telemetry protocol ## Configuration @@ -15,6 +15,8 @@ Edit config.yaml. - sys - logging +AX.25 stack on Linux. "/usr/sbin/beacon" installed. + ## License Copyright (C) 2025 M.T. Konstapel