reticulum @ 0.3.14
integrity
- size
- 7.9 MiB
- downloaded
- last checked
release notes
This maintenance release brings a few improvements, including optimised announce packet structure and updated documentation.
Please note! While this is a small maintenance release, it includes changes to packe structure that breaks backwards compatibility with all previous RNS versions.
Changes
- Optimised announce packet structure
- Reject mismatching public keys on hash collision.
- Minor updates to documentation
Release Hashes
SHA256 b761efc24d20c5719817bfefbbe8ce69f7c91d65bb8273cb02578f77d6f88bc5 rns-0.3.14-py3-none-any.whl
SHA256 cc24a1f010431c8f193ec0ffc6dccade614a5be40c47ac12e3e9ae60b52f046e rnspure-0.3.14-py3-none-any.whl
download
unix · zip
curl -fL -o 0.3.14.zip https://ratatoskr.space/pkg/reticulum/0.3.14.zip
printf '%s %s\n' '33601abc4233ed2d8834bf347fb0ff2f60e4b948791a8935ec5887287221e7ba' '0.3.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.3.14.zip"
$out = "0.3.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "33601abc4233ed2d8834bf347fb0ff2f60e4b948791a8935ec5887287221e7ba") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.14.tar.gz https://ratatoskr.space/pkg/reticulum/0.3.14.tar.gz
printf '%s %s\n' '22af0ebbd1aab5bef6d9bea0cb8965d0cb37805e9efc99efb2f57ee3cc39cd20' '0.3.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.3.14.tar.gz"
$out = "0.3.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "22af0ebbd1aab5bef6d9bea0cb8965d0cb37805e9efc99efb2f57ee3cc39cd20") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.14.zip
printf '%s %s\n' '33601abc4233ed2d8834bf347fb0ff2f60e4b948791a8935ec5887287221e7ba' '0.3.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.14.zip"
$out = "0.3.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "33601abc4233ed2d8834bf347fb0ff2f60e4b948791a8935ec5887287221e7ba") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.14.tar.gz
printf '%s %s\n' '22af0ebbd1aab5bef6d9bea0cb8965d0cb37805e9efc99efb2f57ee3cc39cd20' '0.3.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.14.tar.gz"
$out = "0.3.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "22af0ebbd1aab5bef6d9bea0cb8965d0cb37805e9efc99efb2f57ee3cc39cd20") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.3.14.zip | zip | 7.9 MiB |
blake3-24 b7f52caa6ac6a192023d5d5ce0f0cf50b3cea1188a105144
sha256 33601abc4233ed2d8834bf347fb0ff2f60e4b948791a8935ec5887287221e7ba
sha1 c73181a7cc70a4f3941d06b2e97c0ff2b788709e
|
| 0.3.14.tar.gz | tar.gz | 7.8 MiB |
blake3-24 30a834cca833096064508e1339712dff6522bf5a7854a41e
sha256 22af0ebbd1aab5bef6d9bea0cb8965d0cb37805e9efc99efb2f57ee3cc39cd20
sha1 b4895f8782a6eaf69047db341350f28dee4813e8
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.3.14.tar.gz"],
integrity = "sha256-Iq8Ou9Gqtb722b6gy4ll0Ms3gF6e/JnvsvV+48w5zSA=",
strip_prefix = "reticulum-0.3.14",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.3.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.14.tar.gz"],
integrity = "sha256-Iq8Ou9Gqtb722b6gy4ll0Ms3gF6e/JnvsvV+48w5zSA=",
strip_prefix = "reticulum-0.3.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.14.tar.gz",