reticulum @ 0.7.0
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This maintenance release fixes a number of bugs. Thanks to @jooray and @jacobeva, who contributed to this release!
Changes
- Fixed large resource transfers failing under some conditions
- Fixed a potential division by zero
- Fixed a missing check on malformed advertisement packets
- Fixed a formatting issue in
rnprobe - Improved resource timeout calculations
Release Hashes
0dc2abe5373b9afadfba7ec05bf7ddeff659c004aa339a94001ebed5b46f5b47 rns-0.7.0-py3-none-any.whl
97f6e65a20b53bbdccd54b4d2bdaa36dc1712e144a55f40800c63fe7113819a5 rnspure-0.7.0-py3-none-any.whl
download
unix · zip
curl -fL -o 0.7.0.zip https://ratatoskr.space/pkg/reticulum/0.7.0.zip
printf '%s %s\n' 'df96625bfb2aeb0a1e3177126c58d1bed6e3b6ab503bd43c8a2f8d2307fe9a89' '0.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.7.0.zip"
$out = "0.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df96625bfb2aeb0a1e3177126c58d1bed6e3b6ab503bd43c8a2f8d2307fe9a89") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.0.tar.gz https://ratatoskr.space/pkg/reticulum/0.7.0.tar.gz
printf '%s %s\n' 'ee4fde2407b223f8329fd460866adc89c95be4b307e148b61c6a8ccd93f9e5ea' '0.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.7.0.tar.gz"
$out = "0.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee4fde2407b223f8329fd460866adc89c95be4b307e148b61c6a8ccd93f9e5ea") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.0.zip
printf '%s %s\n' 'df96625bfb2aeb0a1e3177126c58d1bed6e3b6ab503bd43c8a2f8d2307fe9a89' '0.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.0.zip"
$out = "0.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "df96625bfb2aeb0a1e3177126c58d1bed6e3b6ab503bd43c8a2f8d2307fe9a89") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.0.tar.gz
printf '%s %s\n' 'ee4fde2407b223f8329fd460866adc89c95be4b307e148b61c6a8ccd93f9e5ea' '0.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.0.tar.gz"
$out = "0.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ee4fde2407b223f8329fd460866adc89c95be4b307e148b61c6a8ccd93f9e5ea") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.7.0.zip | zip | 12.2 MiB |
blake3-24 7a14aec4e8c45c1d569d8cbe0292f92fa851d371ccc62790
sha256 df96625bfb2aeb0a1e3177126c58d1bed6e3b6ab503bd43c8a2f8d2307fe9a89
sha1 b2f673e8bfc4690d6dd20ed130495030d6f03f35
|
| 0.7.0.tar.gz | tar.gz | 12.0 MiB |
blake3-24 7c1a4e8f20c6848119df9875d505a6539e494e0d30da96ef
sha256 ee4fde2407b223f8329fd460866adc89c95be4b307e148b61c6a8ccd93f9e5ea
sha1 dbd28675f98f22f78f79b85100a821467a451e87
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.7.0.tar.gz"],
integrity = "sha256-7k/eJAeyI/gyn9Rghmrciclb5LMH4Ui2HGqMzZP55eo=",
strip_prefix = "reticulum-0.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.7.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.0.tar.gz"],
integrity = "sha256-7k/eJAeyI/gyn9Rghmrciclb5LMH4Ui2HGqMzZP55eo=",
strip_prefix = "reticulum-0.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.0.tar.gz",