Forwards PE1RXF APRS telemetry to MQTT broker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.1 KiB

Changelog

All notable changes to this project will be documented in this file.

Added     : for new features.
Changed   : for changes in existing functionality.
Deprecated: for soon-to-be removed features.
Removed   : for now removed features.
Fixed     : for any bug fixes.
Security  : in case of vulnerabilities.

[1.0.0] - 2023-12-08

  • First working version.

[1.1.0] - 2023-12-18

Added:

  • AX.25 support. Telemetry is now received directly from the AX.25 stack.

Removed:

  • Telemetry from CSV file is removed in favour of the AX.25 stack

[1.1.1] - 2023-12-20

Fixed:

  • Filters out digital status bit messages (send by node when given comand 06). This command is never issued by this program. But other programs might do. Tese messages were interpreted as telemetry data. But not any more.

[1.1.2] - 2024-01--8

Fixed

  • In parsePacket(string): Occasionally a bad APRS packet is received causing the program to crash with an "IndexError: list index out of range". Fix: check if index IS out of range before copying it to payload