Skip to content

RNS β 0.2.2

Compare
Choose a tag to compare
@markqvist markqvist released this 21 Aug 19:32
· 1758 commits to master since this release

This beta release brings several new features to Reticulum along with two bugfixes.

IMPORTANT! This version breaks wire-format compatibility with all previous versions of Reticulum. You must update all of your nodes at the same time.

New features

  • Link initiators can now identify to the remote peer over the link, once it has been set up. This can be used for authentication, amongst other things.
  • Requests and responses of arbitrary sizes can now be carried out over links.
  • UDP and TCP interfaces can now be bound to network device names (eth0, wlan0, etc.) instead of manually specifying listen IPs.

Fixed bugs

  • Fixed a race condition in outbound transport packet filtering.
  • Fixed an issue where local UDP broadcast echoes could get processed as inbound packets.