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.6 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] - 2022-01-31

Added

  • Lora and TCP settings are now configurable via configuration file RPi-LoRa-KISS-TNC.ini

Changed

  • Better encoding of AX.25 frames: less/no crashes due to corrupted incomming frames

Deprecated

  • Configuration via config.py

Fixed

  • LoRa APRS header (<\xff\x01) was not added to the payload, due to an indentation fault. Long live Python!

[0.0.2] - 2022-02-08

Added

  • Support for 20dBm output power. Temporarily hard coded in source, but in next version it should be configurable via the configuration file.

[0.0.3] - 2022-02-10

Changed

  • 20dBm output power can now be selected from configuration file instead of being hard coded in program.
  • Enabled CRC in header of LoRa frames. Now frames are crc-checked at the receiving side.

Removed

  • Config.py as configuration is now completely removed. Configuration is now done completely via RPi-LoRa-KISS-TNC.ini

[0.0.4] - 2024-01-18

Should now be possible to use it as a real digipeater with aprx software

Fixed

  • Added '*' to LoRa APRS TX string when the 'has-been-repeated' flag of the repeater(s) in the AX.25 frame is set.
  • Proper handling of 'has-been-repeated' asterix in LoRa RX frames, also when no SSID is received