reticulum @ 1.3.8
integrity
- size
- 20.7 MiB
- downloaded
- last checked
release notes
Changes
- Added
internalinterface mode - Added
recursive_prsinterface option - Added
announces_from_internalinterface option - Added new options to the manual
- Updated
WeaveInterfaceto support latest Weave firmware - Fixed UDP listener replacement deadlocking inbound AutoInterface traffic when fast-roaming between physical interfaces or WiFi APs
- Fixed potential hop-count serialization error on transport
- Fixed some paths never resolving when using other interfaces at the same time as a deadlocked AutoInterface
- Improved and cleaned up announce propagation logic
- Fixed inconsistent link traffic stats calculation
- Fixed link hop-count metric only being available on initiator side
download
unix · zip
curl -fL -o 1.3.8.zip https://ratatoskr.space/pkg/reticulum/1.3.8.zip
printf '%s %s\n' 'd906c3901503ebf4828bafa65eda0a12547d9aac6a15d3d9cffd7267ba08790f' '1.3.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/1.3.8.zip"
$out = "1.3.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d906c3901503ebf4828bafa65eda0a12547d9aac6a15d3d9cffd7267ba08790f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.3.8.tar.gz https://ratatoskr.space/pkg/reticulum/1.3.8.tar.gz
printf '%s %s\n' 'c1da6c965f9b19f58632948ddb7e63a8b67fae3a59573696eaca1f78834f4a26' '1.3.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/1.3.8.tar.gz"
$out = "1.3.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1da6c965f9b19f58632948ddb7e63a8b67fae3a59573696eaca1f78834f4a26") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.3.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.3.8.zip
printf '%s %s\n' 'd906c3901503ebf4828bafa65eda0a12547d9aac6a15d3d9cffd7267ba08790f' '1.3.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.3.8.zip"
$out = "1.3.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d906c3901503ebf4828bafa65eda0a12547d9aac6a15d3d9cffd7267ba08790f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.3.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.3.8.tar.gz
printf '%s %s\n' 'c1da6c965f9b19f58632948ddb7e63a8b67fae3a59573696eaca1f78834f4a26' '1.3.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.3.8.tar.gz"
$out = "1.3.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1da6c965f9b19f58632948ddb7e63a8b67fae3a59573696eaca1f78834f4a26") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.3.8.zip | zip | 20.9 MiB |
blake3-24 e3faba26e05b3304b2cc928e2fd61f74b79f450934ffddeb
sha256 d906c3901503ebf4828bafa65eda0a12547d9aac6a15d3d9cffd7267ba08790f
sha1 e78ced0c4d421c7adbfd0d349c28450c778381c0
|
| 1.3.8.tar.gz | tar.gz | 20.7 MiB |
blake3-24 f9a0857db675f4aaeda1a826ea2a34cba9d68680ded01418
sha256 c1da6c965f9b19f58632948ddb7e63a8b67fae3a59573696eaca1f78834f4a26
sha1 e8222b067a05842784adb4c122ebc71ced294605
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/1.3.8.tar.gz"],
integrity = "sha256-wdpsll+bGfWGMpSN235jqLZ/rjpZVzaW6sofeINPSiY=",
strip_prefix = "reticulum-1.3.8",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/1.3.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.3.8.tar.gz"],
integrity = "sha256-wdpsll+bGfWGMpSN235jqLZ/rjpZVzaW6sofeINPSiY=",
strip_prefix = "reticulum-1.3.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.3.8.tar.gz",