Skip to content

Releases: markqvist/Reticulum

RNS β 0.8.2

06 Oct 08:56
Compare
Choose a tag to compare

This release adds several new boards to rnodeconf, fixes a range of bugs and improves transport reliability.

Thanks to @jacobeva, @prusnak and @deavmi who contributed to this release!

Changes

  • Added support for T-Beam Supreme devices to rnodeconf
  • Added support for T3S3 devices to rnodeconf
  • Added support for T-Deck devices to rnodeconf
  • Added support for new hardware error codes from connected RNodes
  • Added the ability to control the display on nRF52-based RNodes
  • Improved resource transfers over very slow links, by adding more suitable MAX_WINDOW cap if link speed is continously below threshold.
  • Improved rnodeconf flashing so manual resets for some devices are no longer required
  • Added edge case handling for receiving a link proof after the link had timed out and been closed, but before it having been purged from active links table
  • Updated supported hardware section of the manual with new boards
  • Tuned path request timing for roaming instances
  • Fixed a bug that caused RNS to fail to initialise in Termux on Android
  • Fixed a bug in RNodeInterface firmware version comparison
  • Fixed a bug in the serial framing of RNodeMultiInterface
  • Fixed a bug in sub-interface spawning of RNodeMultiInterface

Release Hashes

db720a727a09c0c9d76288dec5a995a30146e65d6a4c5c034f47fb60a78f4962 rns-0.8.2-py3-none-any.whl
ee412535edba48817551658247fb0c843d17e1c97cad9d2a819a7fc627c5ba28 rnspure-0.8.2-py3-none-any.whl

RNS β 0.8.1

02 Oct 00:15
Compare
Choose a tag to compare

This release adds BLE support to RNodeInterface, and support for configuring additional options to rnodeconf.

Changes

  • Added Bluetooth Low Energy support to RNodeInterface
  • Added RNode battery information to rnstatus output
  • Added display blanking configuration to rnodeconf
  • Added NeoPixel intensity configuration to rnodeconf

Release Hashes

f4b6b99b67d6b33b8a4562e5d5d5ac54c76814fff26e6c7a79950b82bd80123f rns-0.8.1-py3-none-any.whl
c2e540b4bf0f272bb51ae3e33a02f9c07f2619746d069d7ed83d88017bf7ea30 rnspure-0.8.1-py3-none-any.whl

RNS β 0.8.0

25 Sep 11:29
Compare
Choose a tag to compare

This maintenance release improves the interface statistics API, and updates documentation.

Changes

  • Added additional information to interface statistics
  • Updated documentation

Release Hashes

fa5ff6d98230693be6805bb9a94585a6f54ec0af9cba15b771d4e676f140dc43 rns-0.8.0-py3-none-any.whl
ba20f688b69ae861c8aced251e10242a358fea15da6c22df10d4fc8846c9bf48 rnspure-0.8.0-py3-none-any.whl

RNS β 0.7.9

24 Sep 08:15
Compare
Choose a tag to compare

This maintenance release improves transport reliability in certain (rare) cases.

Changes

  • Added handling of a transport edge-case

Release Hashes

4c20c46df021d366386d497145024396f904666b0de22a92f9e5c937886ea39d rns-0.7.9-py3-none-any.whl
97d26282df929eca732a15523bc9d7f66387a93ffd911e8063c94c3f8f6ad73c rnspure-0.7.9-py3-none-any.whl

RNS beta 0.7.8

18 Sep 21:42
Compare
Choose a tag to compare

This maintenance release adds support for the openCom XL to rnodeconf, fixes a number of bugs, and also includes a few fine-tunings of timing parameters.

Thanks to @liamcottle and @jacobeva for contributing to this release!

Changes

  • Added interface prioritisation according to reported bitrate
  • Added support for openCom XL to rnodeconf
  • Added performance profiler to built-in debugging tools
  • Tuned link traffic timeouts
  • Fixed a module import error in AX25KissInterface
  • Fixed a missing exception on erroneous destination initialisation

Release Hashes

33fb9443e3b327d1a9125baa52d8ec3208a089dda62f749b819e0a94c06730f9 rns-0.7.8-py3-none-any.whl
cdced2adef4ead146239d0510fe2b9d62f69136bcd54b22d1080686fb56f9927 rnspure-0.7.8-py3-none-any.whl

RNS β 0.7.7

09 Sep 13:33
Compare
Choose a tag to compare

This release adds support for automatic encryption key ratcheting for all packets, not just those sent over Reticulum links. In practical terms, this adds forward secrecy to packets sent with the raw Packet API.

In this release, the ratchets feature must be enabled on a per-destination basis by calling the enable_ratchets method on the relevant destination. In a future release, ratchets may become the default option, but for backwards-compatibility, it is currently optional. For more information, read the API documentation.

Please note! Versions of RNS prior to 0.7.7 will not be able to pass announces for destinations with ratchets enabled! If you use applications that can use ratchets (for example, LXMF version 0.5.0 and up), it is important that you update all transport instances on your network to 0.7.7.

Thanks to @deavmi, @faragher, @jacobeva, @jeremy and @jeremybox for contributing to this release!

Changes

  • Added key ratchet rotation and signalling
  • Added ratchet API to documentation
  • Added initial support for flashing T-Echo devices to rnodeconf
  • Added remote management config options to example config
  • Added automtic integration tests to source repository
  • Fixed a regression that caused RNS not to work on Python versions lower than 3.10
  • Fixed missing establishment_rate property init on Link objects

Release Hashes

0a3ab6dc82567a19adabe737358daee3002b60beda8ac0bf228f2a0c134ff6d8 rns-0.7.7-py3-none-any.whl
89b33fe9ab923139d3f5d43726d92817642be05a8c9d328c3becfc3c409e4b4b rnspure-0.7.7-py3-none-any.whl

RNS β 0.7.6

29 Aug 14:32
Compare
Choose a tag to compare

This release add support for RNodes with multiple radio transceivers, courtesy of @jacobeva. It also brings a number of functionality and performance improvements, and fixes several bugs.

Thanks to @jacobeva, @faragher, @nathmo, @jschulthess and @liamcottle for contributing to this release!

Changes

  • Added support for RNode Multi interfaces
  • Added initial support for remote management of Reticulum instances
  • Improved resource transfer performance for large resources
  • Improved path rediscovery in topologies with roaming transport nodes
  • Fixed incorrect TX power limit on Android RNode interfaces
  • Added ability to fetch remote files to rncp
  • Added fetch request jail option to rncp
  • Improved rncp status display output
  • Added link table statistics to rnstatus
  • Fixed rnstatus JSON output bug when IFAC was enabled on an interface
  • Added remote instance interface status to rnstatus
  • Added ability to query path- and rate-tables on remote instances with rnpath
  • Added JSON output option to rnpath utility
  • Added max hops filter to rnpath path-table out
  • Added link age getter to API
  • Added request concluded status to API
  • Fixed invalid resource progress reported in some cases
  • Fixed rnodeconf failure to set firmware hash for NRF52 boards on macOS
  • Fixed broken --rom command line option in rnodeconf
  • Fixed various typos in documentation
  • Updated documentation with new API functions and features

Release Hashes

683ac87c62fe8a18d88c26bf639f4eeca550cefb11ee8e38d6e724e268cf14fc rns-0.7.6-py3-none-any.whl
f884806624e57b799f588de9289a31d2e0460d35bc4cc5071635de5642d50ad2 rnspure-0.7.6-py3-none-any.whl

RNS β 0.7.5

18 May 17:02
Compare
Choose a tag to compare

This release adds support for AutoInterface on Windows platforms, fixes a number of bugs and adds several new supported boards to rnodeconf. Thanks to @faragher, @jacobeva and @liamcottle who contributed to this release!

Changes

  • Added support for AutoInterface on Windows
  • Added support for recursive path resolution for clients on roaming-mode interfaces
  • Added RAK4631 support to rnodeconf
  • Added LilyGO T3S3 support to rnodeconf
  • Added ability to get target and calculated hashes via rnodeconf
  • Fixed DTR timing making flashing fail on Windows in rnodeconf
  • Fixed various output and menu bugs in rnodeconf

Release Hashes

99ec876966afdea45fcf164242c8e76c284f9e3edf09fb907638fba76e1324b1 rns-0.7.5-py3-none-any.whl
11156f6301707e4d17ff2ca6d58059bc8ba6fe1bbc4dc3de165dd96dc41ee75f rnspure-0.7.5-py3-none-any.whl

RNS β 0.7.4

05 May 18:02
Compare
Choose a tag to compare

This maintenance release fixes a number of bugs, improves path requests and responses, and adds several useful features and capabilities. Thanks to @cobraPA, @jschulthess, @thiaguetz and @nothingbutlucas who contributed to this release!

Changes

  • Added support for flashing and autoinstalling Heltec V3 boards to rnodeconf
  • Added custom EEPROM bootstrapping capabilities to rnodeconf
  • Added ability to load identities from file to Echo and Link examples
  • Added ability to specify multicast address type in AutoInterface configuration
  • Added link getter to resource advertisement class
  • Improved path response logic and timing
  • Improved path request timing
  • Fixed a bug in Link Request proof delivery on unknown hop count paths
  • Fixed broken link packet routing in topologies where transport packets leak to non-intended instances in the link chain
  • Fixed typos in documentation

Release Hashes

f5c35f1b8720778eb508b687d66334d01b4ab266b2d8c2bc186702220dcaae29  rns-0.7.4-py3-none-any.whl
9eaa7170f97dad49551136965d3fcc971b56b1c2eda48c24b9ffd58d71daa016  rnspure-0.7.4-py3-none-any.whl

RNS β 0.7.3

09 Mar 20:14
Compare
Choose a tag to compare

This release adds the ability to specify custom firmware URLs for flashing boards with rnodeconf. Thanks to @attermann who contributed to this release!

Changes

  • Added ability to specify custom firmware URLs for flashing boards with rnodeconf

Release Hashes

bb24445ae9a3a63d348e4d7fe80b750608f257851b97b38fadab929b7a774bc9 rns-0.7.3-py3-none-any.whl
1b148d013103c35ba9a8e105082ef50686c130676d0a560ed709cb546129287e rnspure-0.7.3-py3-none-any.whl