reticulum @ 0.6.4
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This version was yanked, since it contains a bug that was discovered just after release
This release fixes a number of bugs that had crept in while adding the new ultra low bandwidth link timing and faster path rediscovery mechanisms.
Changes
- Adjusted link timings for better support of very slow mediums
- Adjusted bluetooth read timeouts to account for occasional high latency in congested 2.4GHz environments
- Added a probe count option to the
rnprobeutility.
Bugfixes
- Fixed a missing timeout calculation
- Fixed a redundant path request on path rediscovery
- Fixed missing path state resetting on stale path rediscovery
- Fixed a bug that could cause an attribute to be uninitialised
Release Hashes
566c725f68aa154eaca0880c894a39503027bf91714f17691e51d047800444c0 rns-0.6.4-py3-none-any.whl
a3a447fd40bf02fdb982523de0e4e9933e8e4cd4d4bd478254ea7dcac29e3fc1 rnspure-0.6.4-py3-none-any.whl
download
unix · zip
curl -fL -o 0.6.4.zip https://ratatoskr.space/pkg/reticulum/0.6.4.zip
printf '%s %s\n' '00f4d394d4c36e01dd35c0c944a7cd1690235b7490695ec96c7f70521d861f21' '0.6.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.6.4.zip"
$out = "0.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "00f4d394d4c36e01dd35c0c944a7cd1690235b7490695ec96c7f70521d861f21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.4.tar.gz https://ratatoskr.space/pkg/reticulum/0.6.4.tar.gz
printf '%s %s\n' 'f8587d57b5daf0f4467e124efd1d87684b05c91aa199401a24080ecc65dd117f' '0.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.6.4.tar.gz"
$out = "0.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f8587d57b5daf0f4467e124efd1d87684b05c91aa199401a24080ecc65dd117f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.4.zip
printf '%s %s\n' '00f4d394d4c36e01dd35c0c944a7cd1690235b7490695ec96c7f70521d861f21' '0.6.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.4.zip"
$out = "0.6.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "00f4d394d4c36e01dd35c0c944a7cd1690235b7490695ec96c7f70521d861f21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.4.tar.gz
printf '%s %s\n' 'f8587d57b5daf0f4467e124efd1d87684b05c91aa199401a24080ecc65dd117f' '0.6.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.4.tar.gz"
$out = "0.6.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f8587d57b5daf0f4467e124efd1d87684b05c91aa199401a24080ecc65dd117f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.4.zip | zip | 12.2 MiB |
blake3-24 e2ebf232a1f59c3e9825733bff1677868b1028c0e2042ecc
sha256 00f4d394d4c36e01dd35c0c944a7cd1690235b7490695ec96c7f70521d861f21
sha1 13e9749fc1b681a1acd5705897560b5e77979872
|
| 0.6.4.tar.gz | tar.gz | 12.0 MiB |
blake3-24 4161ef394896c0379be39e6ef8663f8a33b6a9991e02d2e6
sha256 f8587d57b5daf0f4467e124efd1d87684b05c91aa199401a24080ecc65dd117f
sha1 e7e78cae64d2a48cf55f82414fc5a4a08da42326
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.6.4.tar.gz"],
integrity = "sha256-+Fh9V7Xa8PRGfhJO/R2HaEsFyRqhmUAaJAgOzGXdEX8=",
strip_prefix = "reticulum-0.6.4",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.6.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.4.tar.gz"],
integrity = "sha256-+Fh9V7Xa8PRGfhJO/R2HaEsFyRqhmUAaJAgOzGXdEX8=",
strip_prefix = "reticulum-0.6.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.4.tar.gz",