reticulum @ 0.6.1
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This release brings a number of bugfixes, along with useful new mechanisms for ensuring network stability under high, non-constructive and unusual announce load situation.
Changes
- Added announce ingress rate control for new and unknown destinations
- Added per-interface announce frequency monitoring to the transport engine
- Added per-interface announce burst hold queues
- Added announce frequency statistics to
rnstatus - Added option to sort
rnstatusoutput according to various metrics - Added timeout options to
rnprobe - Added ability to drop all paths via a specific transport instance to
rnpath - Added new options and features to documentation and manual
Bugfixes
- Fixed announce queue not clearing all announces with exceeded retry limit at the same time
- Fixed a bug that caused local packet RSSI and SNR cache to get stuck
- Fixed output formatting in
rncp - Fixed
rnidnot allowing single-aspect destination names - Fixed a number of typos in the documentation
Release Hashes
461e5cafa7560dcd3ec047141d10f0f48f151c36e1af1d65ec6c65f732cea46a rns-0.6.1-py3-none-any.whl
be6a4a6069f2d050e21582f2cf9d3bb59ed4040a0f07761a540bd752d90ea591 rnspure-0.6.1-py3-none-any.whl
download
unix · zip
curl -fL -o 0.6.1.zip https://ratatoskr.space/pkg/reticulum/0.6.1.zip
printf '%s %s\n' 'b96d9e85d04a9e6e4f50f7601a1f9afc798e11cd35c211517ddd17838e1fe674' '0.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.6.1.zip"
$out = "0.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b96d9e85d04a9e6e4f50f7601a1f9afc798e11cd35c211517ddd17838e1fe674") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.1.tar.gz https://ratatoskr.space/pkg/reticulum/0.6.1.tar.gz
printf '%s %s\n' 'c7ca1cf8abcb6e39a1504bb6daf1bd1d3ce52000433d00b79443a8c9fc8b5b29' '0.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.6.1.tar.gz"
$out = "0.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7ca1cf8abcb6e39a1504bb6daf1bd1d3ce52000433d00b79443a8c9fc8b5b29") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.1.zip
printf '%s %s\n' 'b96d9e85d04a9e6e4f50f7601a1f9afc798e11cd35c211517ddd17838e1fe674' '0.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.1.zip"
$out = "0.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b96d9e85d04a9e6e4f50f7601a1f9afc798e11cd35c211517ddd17838e1fe674") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.1.tar.gz
printf '%s %s\n' 'c7ca1cf8abcb6e39a1504bb6daf1bd1d3ce52000433d00b79443a8c9fc8b5b29' '0.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.1.tar.gz"
$out = "0.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c7ca1cf8abcb6e39a1504bb6daf1bd1d3ce52000433d00b79443a8c9fc8b5b29") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.1.zip | zip | 12.2 MiB |
blake3-24 b05d9616a6a58e086928f2fdea9c59f4d02c7f43a523e4cd
sha256 b96d9e85d04a9e6e4f50f7601a1f9afc798e11cd35c211517ddd17838e1fe674
sha1 90272bc628d29e75ad440860d3edff0f1c803a29
|
| 0.6.1.tar.gz | tar.gz | 12.0 MiB |
blake3-24 ac741508e27cd9388b0f50c02d37f1ed54e7881b3b1ad585
sha256 c7ca1cf8abcb6e39a1504bb6daf1bd1d3ce52000433d00b79443a8c9fc8b5b29
sha1 f2b1fc71f684ea9ee186ee4f8efba8c6318de5b0
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.6.1.tar.gz"],
integrity = "sha256-x8oc+KvLbjmhUEu22vG9HTzlIABDPQC3lEOoyfyLWyk=",
strip_prefix = "reticulum-0.6.1",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.6.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.1.tar.gz"],
integrity = "sha256-x8oc+KvLbjmhUEu22vG9HTzlIABDPQC3lEOoyfyLWyk=",
strip_prefix = "reticulum-0.6.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.1.tar.gz",