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/0.3.19
vault / reticulum / 0.3.19

reticulum @ 0.3.19

integrity

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

release notes

This release adds support for Bluetooth-connected RNode interfaces, and includes a few improvements to the rnodeconf utility.

Changes

Release Hashes

9d5bee8eb9b2160dab985017bfa3e3db9c35033cfae97653a9fa8faa6064f228 rns-0.3.19-py3-none-any.whl
0f0996b5e401ca5d4e91080df3d6de326fc591164c9e6932a2eb79f1d2b8d375 rnspure-0.3.19-py3-none-any.whl

download

unix · zip
curl -fL -o 0.3.19.zip https://ratatoskr.space/pkg/reticulum/0.3.19.zip
                    printf '%s  %s\n' 'e20505762d777e9138a3f438370f16c2e52b22a14e6212bb7170fd6c2b172b63' '0.3.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.3.19.zip"
$out = "0.3.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e20505762d777e9138a3f438370f16c2e52b22a14e6212bb7170fd6c2b172b63") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.19.tar.gz https://ratatoskr.space/pkg/reticulum/0.3.19.tar.gz
                    printf '%s  %s\n' '0dbecef60547219090f29b39efc9859704af4dfe5fa00549279d9bcbad5a03e8' '0.3.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.3.19.tar.gz"
$out = "0.3.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0dbecef60547219090f29b39efc9859704af4dfe5fa00549279d9bcbad5a03e8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.19.zip
                    printf '%s  %s\n' 'e20505762d777e9138a3f438370f16c2e52b22a14e6212bb7170fd6c2b172b63' '0.3.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.19.zip"
$out = "0.3.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e20505762d777e9138a3f438370f16c2e52b22a14e6212bb7170fd6c2b172b63") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.19.tar.gz
                    printf '%s  %s\n' '0dbecef60547219090f29b39efc9859704af4dfe5fa00549279d9bcbad5a03e8' '0.3.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.19.tar.gz"
$out = "0.3.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0dbecef60547219090f29b39efc9859704af4dfe5fa00549279d9bcbad5a03e8") { throw "sha256 mismatch" }
artifact format size hashes
0.3.19.zip zip 7.9 MiB
blake3-24 80f925b889bcd5e244db6cd7b85f0fc55d5ed419f7bdbbcb
sha256 e20505762d777e9138a3f438370f16c2e52b22a14e6212bb7170fd6c2b172b63
sha1 981886ede74bc6542b0c67e899cc7ddbfb026c56
0.3.19.tar.gz tar.gz 7.8 MiB
blake3-24 ccc3d9bb2b540f814aa75e16487c311daee497e8475c0ba2
sha256 0dbecef60547219090f29b39efc9859704af4dfe5fa00549279d9bcbad5a03e8
sha1 938f6031209172e92bad420d101c8d42e5edcb74

install

bazel
http_archive(
    name = "reticulum",
    urls = ["https://ratatoskr.space/pkg/reticulum/0.3.19.tar.gz"],
    integrity = "sha256-Db7O9gVHIZCQ8ps578mFlwSvTf5foAVJJ52by61aA+g=",
    strip_prefix = "reticulum-0.3.19",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.3.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "reticulum",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.19.tar.gz"],
    integrity = "sha256-Db7O9gVHIZCQ8ps578mFlwSvTf5foAVJJ52by61aA+g=",
    strip_prefix = "reticulum-0.3.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.19.tar.gz",
← 0.4.00.3.18 →