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.6.2
vault / reticulum / 0.6.2

reticulum @ 0.6.2

integrity

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

release notes

This maintenance release adds the ability to specify the shared instance RPC key in the Reticulum config file, making it possible to use all Reticulum functionality in the terminal on Android.

Changes

Bugfixes

Release Hashes

a9958ad90f34f344003e18077f7abd3fa85666a39dc0cae8580071820dee13f9 rns-0.6.2-py3-none-any.whl
e68e8837d35d1a07a82c4b0e9db50ceace737a650e6e7e9ce2d9a013fd28f529 rnspure-0.6.2-py3-none-any.whl

download

unix · zip
curl -fL -o 0.6.2.zip https://ratatoskr.space/pkg/reticulum/0.6.2.zip
                    printf '%s  %s\n' '7d14e217998b1ab77d6b15f290d9c89c0382681a62d264e22c5449fa69966281' '0.6.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.6.2.zip"
$out = "0.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d14e217998b1ab77d6b15f290d9c89c0382681a62d264e22c5449fa69966281") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.2.tar.gz https://ratatoskr.space/pkg/reticulum/0.6.2.tar.gz
                    printf '%s  %s\n' 'eae1282f03fca60a09f62a3b1706b8c19577f5229b5d982c8e121c3ae1f2c2d6' '0.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.6.2.tar.gz"
$out = "0.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eae1282f03fca60a09f62a3b1706b8c19577f5229b5d982c8e121c3ae1f2c2d6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.2.zip
                    printf '%s  %s\n' '7d14e217998b1ab77d6b15f290d9c89c0382681a62d264e22c5449fa69966281' '0.6.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.2.zip"
$out = "0.6.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d14e217998b1ab77d6b15f290d9c89c0382681a62d264e22c5449fa69966281") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.2.tar.gz
                    printf '%s  %s\n' 'eae1282f03fca60a09f62a3b1706b8c19577f5229b5d982c8e121c3ae1f2c2d6' '0.6.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.2.tar.gz"
$out = "0.6.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eae1282f03fca60a09f62a3b1706b8c19577f5229b5d982c8e121c3ae1f2c2d6") { throw "sha256 mismatch" }
artifact format size hashes
0.6.2.zip zip 12.2 MiB
blake3-24 09d8daa9afb2bd804a448b3b67cbac0ba0ca4de2943ad8f3
sha256 7d14e217998b1ab77d6b15f290d9c89c0382681a62d264e22c5449fa69966281
sha1 8f8ef0bb72ed493bca8190afa0e4c593ad0a6f5a
0.6.2.tar.gz tar.gz 12.0 MiB
blake3-24 ee9e97226ad2627bac1fe8e5a1fb113a7696291fada2f249
sha256 eae1282f03fca60a09f62a3b1706b8c19577f5229b5d982c8e121c3ae1f2c2d6
sha1 fd6be6c693f9b08816e46531355f773f8eb6366f

install

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