reticulum @ 0.8.6
integrity
- size
- 16.8 MiB
- downloaded
- last checked
release notes
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
TCPClientInterfaceandTCPServerInterface - Added an init option to the API for requiring an existing shared instance
- Changed
rnstatusbehaviour to only show status if Reticulum is already running - Fixed
KISSInterfacebeacon 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
download
unix · zip
curl -fL -o 0.8.6.zip https://ratatoskr.space/pkg/reticulum/0.8.6.zip
printf '%s %s\n' 'a4fe5fd510eb07c9f6df12948aac702ff385d749007f3150f544f70d285587c3' '0.8.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.8.6.zip"
$out = "0.8.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a4fe5fd510eb07c9f6df12948aac702ff385d749007f3150f544f70d285587c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.6.tar.gz https://ratatoskr.space/pkg/reticulum/0.8.6.tar.gz
printf '%s %s\n' 'caa524b4ee7505e1aa54fcf50cc635d1c955c3f74b2bbe9e599e7607e9932975' '0.8.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.8.6.tar.gz"
$out = "0.8.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "caa524b4ee7505e1aa54fcf50cc635d1c955c3f74b2bbe9e599e7607e9932975") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.8.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.6.zip
printf '%s %s\n' 'a4fe5fd510eb07c9f6df12948aac702ff385d749007f3150f544f70d285587c3' '0.8.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.6.zip"
$out = "0.8.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a4fe5fd510eb07c9f6df12948aac702ff385d749007f3150f544f70d285587c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.6.tar.gz
printf '%s %s\n' 'caa524b4ee7505e1aa54fcf50cc635d1c955c3f74b2bbe9e599e7607e9932975' '0.8.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.6.tar.gz"
$out = "0.8.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "caa524b4ee7505e1aa54fcf50cc635d1c955c3f74b2bbe9e599e7607e9932975") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.8.6.zip | zip | 16.9 MiB |
blake3-24 6c1811c40b1df843349f7774d56727b1b0ad998aef2e9622
sha256 a4fe5fd510eb07c9f6df12948aac702ff385d749007f3150f544f70d285587c3
sha1 52db1e15b5ca63e7b87ad12894fc07587ab776ce
|
| 0.8.6.tar.gz | tar.gz | 16.8 MiB |
blake3-24 a0e716b2e71a1bd2c1fc29a45bbd0651e5393599bdad091b
sha256 caa524b4ee7505e1aa54fcf50cc635d1c955c3f74b2bbe9e599e7607e9932975
sha1 694dc1de98018d10ee506198bd871bcdcee21db9
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.8.6.tar.gz"],
integrity = "sha256-yqUktO51BeGqVPz1DMY10clVw/dLK76eWZ52B+mTKXU=",
strip_prefix = "reticulum-0.8.6",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.8.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.6.tar.gz"],
integrity = "sha256-yqUktO51BeGqVPz1DMY10clVw/dLK76eWZ52B+mTKXU=",
strip_prefix = "reticulum-0.8.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.6.tar.gz",