Skip to content

Releases: markqvist/Reticulum

0.8.8

11 Dec 21:33
Compare
Choose a tag to compare

This maintenance release adds a single API function and fixes a bug.

Changes

  • Allow announce handlers to receive announce packet hash
  • Fix packet RSSI/SNR/Q cache not being available on standalone instances

Release Hashes

9c1755a81049c67b051ecb9fe4b2c5f7d98bf09d20ed52d6ce6a410298b0527b rns-0.8.8-py3-none-any.whl
d8871d69cde4b0a0b99b383f324d651dc77a2f44ec9641be828902c778a8d128 rnspure-0.8.8-py3-none-any.whl

RNS β 0.8.7

09 Dec 21:46
Compare
Choose a tag to compare

This maintenance release adds support for OpenWRT packaging, and brings several minor improvements and bugfixes.

Thanks to @gretel and @jacobeva who contributed to this release!

Changes

  • Added support for packaging RNS to OpenWRT
  • Added ability to run rnstatus as application-local imported module
  • Added ability to reflect RNS log output to app-internal log handler callback
  • Added display read functionality to RNodeInterface
  • Fixed a regression in RNodeMultiInterface caused by earlier refactoring
  • Imrpoved documentation

Release Hashes

e76ba8feeeae2c8df27e9906deebd7c721f0f0e887ad3fbd26df0212d6ce907a rns-0.8.7-py3-none-any.whl
046608539bc235d52c970c7f3c54e7aa01a86016ae00263f8a55fc796b6939f5 rnspure-0.8.7-py3-none-any.whl

RNS β 0.8.6

24 Nov 13:37
Compare
Choose a tag to compare

This release adds full interface modularity and custom interface loading to RNS. Users can now easily create and use their own custom interfaces for communicating over practically anything. Support for IPv6 has also been added to the TCP-based interfaces.

In addition, several bugs have been fixed, and various internal improvements to code consistency and naming conventions have been carried out.

Thanks to @gretel and @deavmi, who contributed to this release!

Changes

  • Added ability to load and configure custom, user-supplied interfaces
  • Added IPv6 support to TCPClientInterface and TCPServerInterface
  • Added an init option to the API for requiring an existing shared instance
  • Changed rnstatus behaviour to only show status if Reticulum is already running
  • Fixed KISSInterface beacon length for compatibility with software modems
  • Fixed interface client count sometimes reporting incorrect values on TCP and I2P interfaces
  • Refactored and improved interface initialisation and configuration handling
  • Refactored interface code to be more consistent
  • Refactored various deprecated references and names
  • Updated documentation and manual

Release Hashes

60be127f003cd7838149bf8f01020206f829a7bd192706a608e39d8d7193d07b rns-0.8.6-py3-none-any.whl
d8701e19279d292b5b8af9da7c67b6ac88a992ca65109f8182c3e5c761a9ebeb rnspure-0.8.6-py3-none-any.whl

RNS β 0.8.5

20 Oct 12:12
Compare
Choose a tag to compare

This maintenance release fixes a number of bugs. Thanks to @faragher for contributing to this release!

Changes

  • Fixed missing close of file handles
  • Fixed invalid values returned from get_snr() and get_q() physical layer stats API functions

Release Hashes

1757e809e083585bf4c23b6fe0f29954e5a1586ce14081099e38e606a75831df rns-0.8.5-py3-none-any.whl
44254630634f4dbb1ce3242247fe8180379d27bff15d183263b1856fd662f88d rnspure-0.8.5-py3-none-any.whl

RNS β 0.8.4

11 Oct 15:17
Compare
Choose a tag to compare

This release fixes a number of bugs and improves reliability of automatic reconnection when BLE-connected RNodes unexpectedly disappear or lose connection.

Changes

  • Improved RNode BLE reconnection realiability
  • Added RNode battery state to rnstatus output
  • Fixed resource transfer hanging for a long time over slow links if proof packet is lost
  • Fixed missing import on Android

Release Hashes

d3f7a9fddc6c1e59b1e4895756fe602408ac6ef09de377ee65ec62d09fff97a3 dist/rns-0.8.4-py3-none-any.whl
eb3843bcab1428be0adb097988991229a4c03156ab40cc9c6e2d9c590d8b850b dist/rnspure-0.8.4-py3-none-any.whl

RNS β 0.8.3

09 Oct 22:53
Compare
Choose a tag to compare

RNS β 0.8.3

This release fixes a bug in resource transfer progress calculation, improves RNode error handling, and brings minor improvements to the rncp utility.

Changes

  • Fixed a bug in resource transfer progress calculations
  • Added physical layer transfer rate output option to rncp
  • Added save directory option to rncp
  • Improved path handling for the fetch-jail option of of rncp
  • Added error detection for modem communication timeouts on connected RNode devices

Release Hashes

54ddab32769081045db5fe45b27492cc012bf2fad64bc65ed37011f3651469fb rns-0.8.3-py3-none-any.whl
a04915111d65b05a5f2ef2687ed208813034196c0c5e711cb01e6db72faa23ef rnspure-0.8.3-py3-none-any.whl

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