reticulum @ 1.1.6
integrity
- size
- 20.5 MiB
- downloaded
- last checked
release notes
Changes
- Improved transport memory consumption.
- Improved transport tunnel handling.
- Improved gracious transport data persist handling.
- Added ingress control bypass for pending path requests.
- Added local destinations lookup map for better transport efficiency to local destinations.
- Fixed disk I/O bound thread execution time starvation on cache management jobs.
- Fixed invalid EPOLL modification error handler.
- Fixed incorrect default IFAC size for autoconnected, discovered interfaces. Thanks @taprootmx!
- Ensure loop-originating closures have variables captured at iteration-time. Thanks @taprootmx!
Release Hashes
2ce4451668f8c464295cc269188c232e7805ddd618ec0135550a5e6809df5de0 rns-1.1.6-py3-none-any.whl
ba3e541e69a2f4892177383c8ec4e7d172d298546317e08270928c0163865aa3 rnspure-1.1.6-py3-none-any.wh
Release Signatures
Release artifacts include rsg signature files that can be validated against the RNS release signing identity <bc7291552be7a58f361522990465165c> using rnid:
rnid -i bc7291552be7a58f361522990465165c -V rns-1.1.6-py3-none-any.whl.rsg
download
unix · zip
curl -fL -o 1.1.6.zip https://ratatoskr.space/pkg/reticulum/1.1.6.zip
printf '%s %s\n' '87a936a998398d35326bb4958316ff1e520f1e601303dd089b90443f1f022463' '1.1.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/1.1.6.zip"
$out = "1.1.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87a936a998398d35326bb4958316ff1e520f1e601303dd089b90443f1f022463") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.6.tar.gz https://ratatoskr.space/pkg/reticulum/1.1.6.tar.gz
printf '%s %s\n' 'c2650c84e2d23b30877db25098ac679319bd62cd3079a7f83d1922e8398d4e39' '1.1.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/1.1.6.tar.gz"
$out = "1.1.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c2650c84e2d23b30877db25098ac679319bd62cd3079a7f83d1922e8398d4e39") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.1.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.1.6.zip
printf '%s %s\n' '87a936a998398d35326bb4958316ff1e520f1e601303dd089b90443f1f022463' '1.1.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.1.6.zip"
$out = "1.1.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87a936a998398d35326bb4958316ff1e520f1e601303dd089b90443f1f022463") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.1.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.1.6.tar.gz
printf '%s %s\n' 'c2650c84e2d23b30877db25098ac679319bd62cd3079a7f83d1922e8398d4e39' '1.1.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.1.6.tar.gz"
$out = "1.1.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c2650c84e2d23b30877db25098ac679319bd62cd3079a7f83d1922e8398d4e39") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.1.6.zip | zip | 20.6 MiB |
blake3-24 8f2a5deef140b6fc9532b1aa024c1889808525e7bb666cd9
sha256 87a936a998398d35326bb4958316ff1e520f1e601303dd089b90443f1f022463
sha1 a0a530fdf849f8940fcac769b8067478a43d0619
|
| 1.1.6.tar.gz | tar.gz | 20.4 MiB |
blake3-24 f5fad4d164991202b5eeccf0194d23aa917ff4d580de40d6
sha256 c2650c84e2d23b30877db25098ac679319bd62cd3079a7f83d1922e8398d4e39
sha1 14253051c74649696324795aa17546d198c01f55
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/1.1.6.tar.gz"],
integrity = "sha256-wmUMhOLSOzCHfbJQmKxnkxm9Ys0weaf4PRki6DmNTjk=",
strip_prefix = "reticulum-1.1.6",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/1.1.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.1.6.tar.gz"],
integrity = "sha256-wmUMhOLSOzCHfbJQmKxnkxm9Ys0weaf4PRki6DmNTjk=",
strip_prefix = "reticulum-1.1.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.1.6.tar.gz",