1.9 KiB
1.9 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.
[0.0.1] - pre 2024-02-16
- Had only weather station functionality
[0.1.0] - 2024-02-16
Added
- Can now send beacons
- Beacons and weather reports transmit intervals, digi_paths, etc. can be set via a YAML configuration file
- Periodic transmisions are scheduled with +/- one minute randomnes in transmision time
- APRS frames are logged to file (file name can be set in YAML configuration file)
- sending to APRS-IS implemented
[0.1.1] - 2024-02-17
Fixed
- Catch errors when connection to APRS-IS fails, so program doesn't crash.
Added
- connected to APRS-IS feed (seperate thread)
[0.1.1] - 2024-02-17
Added
- iGate functionality
[0.1.2] - 2024-02-20
Fixed
- Convert aprs payload byte stings to character strings used utf-8, which gave errors. It now uses latin-1.
Changed
- Reading weather station is now a scheduled task.
[0.1.3] - 2024-03-14
Added
- PE1RXF telemetry to MQTT bridge
- Forwarding of APRS messages to MQTT
[0.1.4] - 2024-03-28
Fixed
- Sporadic crash when uploading RF packet to APRS-IS when payload (message) is empty. Added extra check to payload.
[0.1.5] - 2025-01-14
Added
- Luminocity meter is now available in both APRS weather reports as well as in MQTT messages
[0.1.6] - 2025-01-26
Fixed
- Luminosity sensor values are now correct
Added
- Messages from APRSIS are now checked and processed. If message is for local call and sender is not blacklisted, the message is forwarded to MQTT (same as messages received via air already where)