reticulum @ 0.9.2
integrity
- size
- 16.9 MiB
- downloaded
- last checked
release notes
This maintenance release fixes a number of bugs. Thanks to @AwesomeQubic for discovering and reporting the missing emission timestamp check!
Changes
- Fixed missing check for path announce emission timestamp in lower hop-count announce processing
- Fixed missing RX/TX bytes statistics assignment
- Fixed potential daemon thread IO buffer deadlock on externally mediated shutdown signal
Release Hashes
068eb4408b332ea6eec1a58fb4644fba3531c9ca10dcd79ecf893aaaf40e720d rns-0.9.2-py3-none-any.whl
1e7c123d244cc14c287568f3a99953cc11ffc1e79a72a029aa1be72fa8eff24e rnspure-0.9.2-py3-none-any.whl
download
unix · zip
curl -fL -o 0.9.2.zip https://ratatoskr.space/pkg/reticulum/0.9.2.zip
printf '%s %s\n' 'bed311bf098d07d28932b10fa618c378f43bf9227d2aeb7b4ed5d3e0d92aa4b2' '0.9.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.9.2.zip"
$out = "0.9.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bed311bf098d07d28932b10fa618c378f43bf9227d2aeb7b4ed5d3e0d92aa4b2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.2.tar.gz https://ratatoskr.space/pkg/reticulum/0.9.2.tar.gz
printf '%s %s\n' 'bdc0039e41f100da9b5aa9fe3d83bdf0460d4a707bb107a106ff203b3d7095e8' '0.9.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.9.2.tar.gz"
$out = "0.9.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bdc0039e41f100da9b5aa9fe3d83bdf0460d4a707bb107a106ff203b3d7095e8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.9.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.9.2.zip
printf '%s %s\n' 'bed311bf098d07d28932b10fa618c378f43bf9227d2aeb7b4ed5d3e0d92aa4b2' '0.9.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.9.2.zip"
$out = "0.9.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bed311bf098d07d28932b10fa618c378f43bf9227d2aeb7b4ed5d3e0d92aa4b2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.9.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.9.2.tar.gz
printf '%s %s\n' 'bdc0039e41f100da9b5aa9fe3d83bdf0460d4a707bb107a106ff203b3d7095e8' '0.9.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.9.2.tar.gz"
$out = "0.9.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bdc0039e41f100da9b5aa9fe3d83bdf0460d4a707bb107a106ff203b3d7095e8") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.9.2.zip | zip | 17.0 MiB |
blake3-24 37a5735ae653bcb38733947fa95a967d32a46c21c27e2332
sha256 bed311bf098d07d28932b10fa618c378f43bf9227d2aeb7b4ed5d3e0d92aa4b2
sha1 b1e00a896d2ec432bcd12367d68f83a480cc983e
|
| 0.9.2.tar.gz | tar.gz | 16.8 MiB |
blake3-24 2105d485ce9189a78fcfe307824bf7ef79e4c6389b71bcb4
sha256 bdc0039e41f100da9b5aa9fe3d83bdf0460d4a707bb107a106ff203b3d7095e8
sha1 b401199ce5cd0e4209f25e90bc2e74d5cf961fc4
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.9.2.tar.gz"],
integrity = "sha256-vcADnkHxANqbWqn+PYO98EYNSnB7sQehBv8gOz1wleg=",
strip_prefix = "reticulum-0.9.2",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.9.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.9.2.tar.gz"],
integrity = "sha256-vcADnkHxANqbWqn+PYO98EYNSnB7sQehBv8gOz1wleg=",
strip_prefix = "reticulum-0.9.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.9.2.tar.gz",