reticulum @ 0.5.9
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This release brings major efficiency improvements to Channel and Buffer classes, adds a range of usability improvements to the included utilities and fixes a number of bugs.
Changes
- Improved
Channelsequencing, retries and transfer efficiency - Added adaptive compression to
Bufferclass - Added
rnidexamples and documentation to manual - Added silent mode to
rncp - Added remote fetch mode to
rncp - Added allowed_identities file support to
rncp - Added Transport Instance uptime to
rnstatusoutput - Added channel CSMA parameter stats to RNode Interface
rnstatusoutput - Added ability to set custom RNode OLED display address with
rnodeconf
Bugfixes
- Fixed inadverdent AutoInterface multi-IF deque hit for resource transfer retries
- Fixed invalid path for firmware hash generation while using extracted firmware to autoinstall in
rnodeconf - Fixed various minor missing error checks
- Fixed
rnidstatus output bug
Release Hashes
207ab20bd68bab16b417fbd41a4ecdbcf1e2f6fa553d48df6c8fc181b6e84dac rns-0.5.9-py3-none-any.whl
93f0965567dfc2c43f3d703481fe1a7d7b1b8d0b3837ad41c37f28a8af5c1acc rnspure-0.5.9-py3-none-any.whl
download
unix · zip
curl -fL -o 0.5.9.zip https://ratatoskr.space/pkg/reticulum/0.5.9.zip
printf '%s %s\n' '143f28e1a09ca8d5aae3803494a51e1f9d2a814dfa3daef5881dbcce5e5959e2' '0.5.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.5.9.zip"
$out = "0.5.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "143f28e1a09ca8d5aae3803494a51e1f9d2a814dfa3daef5881dbcce5e5959e2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.5.9.tar.gz https://ratatoskr.space/pkg/reticulum/0.5.9.tar.gz
printf '%s %s\n' '8b22f15faec7cc5efddc2dd39cda155fc28294e856c95f66eae82f5d23ee7692' '0.5.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.5.9.tar.gz"
$out = "0.5.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b22f15faec7cc5efddc2dd39cda155fc28294e856c95f66eae82f5d23ee7692") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.5.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.9.zip
printf '%s %s\n' '143f28e1a09ca8d5aae3803494a51e1f9d2a814dfa3daef5881dbcce5e5959e2' '0.5.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.9.zip"
$out = "0.5.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "143f28e1a09ca8d5aae3803494a51e1f9d2a814dfa3daef5881dbcce5e5959e2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.5.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.9.tar.gz
printf '%s %s\n' '8b22f15faec7cc5efddc2dd39cda155fc28294e856c95f66eae82f5d23ee7692' '0.5.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.9.tar.gz"
$out = "0.5.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b22f15faec7cc5efddc2dd39cda155fc28294e856c95f66eae82f5d23ee7692") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.5.9.zip | zip | 12.1 MiB |
blake3-24 516fd62ec9cc8ed1966ba580c35fadf46311ce00add3472c
sha256 143f28e1a09ca8d5aae3803494a51e1f9d2a814dfa3daef5881dbcce5e5959e2
sha1 a08dc2adacd002b7e02fee34365c4579b4569f77
|
| 0.5.9.tar.gz | tar.gz | 12.0 MiB |
blake3-24 d9af83fa159e0b9c7db3bff34432395a185aff55acdf55da
sha256 8b22f15faec7cc5efddc2dd39cda155fc28294e856c95f66eae82f5d23ee7692
sha1 4587a3ec5b97ab4e277e4db581f382ebe95aaf84
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.5.9.tar.gz"],
integrity = "sha256-iyLxX67HzF793C3TnNoVX8KClOhWyV9m6ugvXSPudpI=",
strip_prefix = "reticulum-0.5.9",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.5.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.9.tar.gz"],
integrity = "sha256-iyLxX67HzF793C3TnNoVX8KClOhWyV9m6ugvXSPudpI=",
strip_prefix = "reticulum-0.5.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.5.9.tar.gz",