yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/reticulum/1.5.1
vault / reticulum / 1.5.1

reticulum @ 1.5.1

integrity

size
12.3 MiB
downloaded
last checked
source https://github.com/markqvist/Reticulum · available · github

release notes

This release focuses on dataplane control, memory bounding and transport throughput, with adaptive ingress and egress control for interfaces, a new (and very efficient) zero-copy coalescing transmit buffer, an optimized HDLC deframer, and a range of other improvements to the inbound packet processing paths. It also introduces support for live profiling, and various new diagnostics output in rnstatus, along with a number of bug fixes and general improvements.

Changes

download

unix · zip
curl -fL -o 1.5.1.zip https://ratatoskr.space/pkg/reticulum/1.5.1.zip
                    printf '%s  %s\n' 'e78d3c378742979f5d162cca39be37ab7dbbbc4d2c0e6427873650b0d143252c' '1.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/1.5.1.zip"
$out = "1.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e78d3c378742979f5d162cca39be37ab7dbbbc4d2c0e6427873650b0d143252c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.1.tar.gz https://ratatoskr.space/pkg/reticulum/1.5.1.tar.gz
                    printf '%s  %s\n' '627c5da39318ff905bdb20f0ba38702d13fdd3cb7a698863033776bedaccd005' '1.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/1.5.1.tar.gz"
$out = "1.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "627c5da39318ff905bdb20f0ba38702d13fdd3cb7a698863033776bedaccd005") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.5.1.zip
                    printf '%s  %s\n' 'e78d3c378742979f5d162cca39be37ab7dbbbc4d2c0e6427873650b0d143252c' '1.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.5.1.zip"
$out = "1.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e78d3c378742979f5d162cca39be37ab7dbbbc4d2c0e6427873650b0d143252c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.5.1.tar.gz
                    printf '%s  %s\n' '627c5da39318ff905bdb20f0ba38702d13fdd3cb7a698863033776bedaccd005' '1.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.5.1.tar.gz"
$out = "1.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "627c5da39318ff905bdb20f0ba38702d13fdd3cb7a698863033776bedaccd005") { throw "sha256 mismatch" }
artifact format size hashes
1.5.1.zip zip 12.4 MiB
blake3-24 f457d76c698b047ccb4c8a9dcf96f20996722453595a2137
sha256 e78d3c378742979f5d162cca39be37ab7dbbbc4d2c0e6427873650b0d143252c
sha1 5a0cdf139635003ac0e34c81e211b214a5039e20
1.5.1.tar.gz tar.gz 12.2 MiB
blake3-24 f9d5be04f399f5563c12720fa8f4d73e635dc397218d4cd2
sha256 627c5da39318ff905bdb20f0ba38702d13fdd3cb7a698863033776bedaccd005
sha1 b0bd43a0bfeb6dd30b23de1da8388d32a622ec0d

install

bazel
http_archive(
    name = "reticulum",
    urls = ["https://ratatoskr.space/pkg/reticulum/1.5.1.tar.gz"],
    integrity = "sha256-Ynxdo5MY/5Bb2yDwujhwLRP908t6aYhjAzd2vtrM0AU=",
    strip_prefix = "reticulum-1.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/1.5.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "reticulum",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.5.1.tar.gz"],
    integrity = "sha256-Ynxdo5MY/5Bb2yDwujhwLRP908t6aYhjAzd2vtrM0AU=",
    strip_prefix = "reticulum-1.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.5.1.tar.gz",
← 1.5.21.5.0 →