Skip to content

RNS β 0.3.0

Compare
Choose a tag to compare
@markqvist markqvist released this 11 Dec 19:28
· 1591 commits to master since this release

This is a major release of Reticulum, including a range of stability and performance improvements, along with important new features, expanding the connectivity of Reticulum.

An important improvement in this release is the addition of the AutoInterface, that will now be configured as the default interface on new installs. This interface automatically meshes with other Reticulum peers over any available system network devices, and doesn't require any existing IP infrastructure like a DHCP server or a router. For more information, consult the relevant section of the manual.

Improvements

  • Added new AutoInterface as default interface for new installs
  • Serial port interfaces now automatically attempt to reconnect devices that are unplugged and replugged
  • Added support for KISS over TCP in the TCPClientInterface
  • Added support for running Reticulum as a systemd service
  • Initial support for the Android operating system
  • Added documentation for installing Reticulum on Android in Termux
  • Improved documentation and manual
  • Better path request handling for shared instances
  • Better shutdown handling on external interrupts
  • Many small stability and reliability improvements
  • Fine-tuned various timing parameters for different link types