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.2.5
vault / reticulum / 1.2.5

reticulum @ 1.2.5

integrity

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

release notes

This release brings substantial improvements to path request handling, and should significantly reduce overall network and local transport node processing loads. Path requests are now automatically ingress and egress limited per interface and sub-interface. Although the defaults are effective and sane, and should work right out of the box bring an end to practically all the PR and announce spam going on lately, the backend is fully configurable for both defaults and per interface, if you want to fiddle with the settings.

People who have written (ahem... prompted into existence) strange applications, that believed sending 25 random path requests every 10 seconds to try and punch holes through announce limiting, will now most likely find any potential users of such applications complaining that they are losing the ability to resolve paths alltogether, which is (entirely) by design, of course. Seriously, don't do crap like that.

You can read more about how the new ingress and egress controls work in the updated manual sections, in the Interfaces chapter.

For all node ops out there, I'd recomment updating to this at some sort of semi-expedient, but of course not un-leisurely pace, so peace and order on the networks can be restored.

Changes

Release Signatures Release artifacts include rsg signature files that can be validated against the RNS release signing identity <bc7291552be7a58f361522990465165c> using rnid. To verify files, download the rsg signatures, make sure they are in the same folder as the release artifact, and run rnid signature verification with the release identity as the required signer:

rnid -i bc7291552be7a58f361522990465165c -V rns-1.2.5-py3-none-any.whl

The rnid utility will then verify the signatures, and display whether it is valid. If the signature cannot be verified, the file has been tampered with and should be thrown very far away in a jiffy.


Unless something really crazy happens, this will probably be the last release that is also published to GitHub, since everything can now run over Reticulum itself. Updates to pip will continue at least until rnpkg is complete, and RNS is completely self-hosting. Relevant source code updates may be pushed to this mirror as well, from time to time.

download

unix · zip
curl -fL -o 1.2.5.zip https://ratatoskr.space/pkg/reticulum/1.2.5.zip
                    printf '%s  %s\n' 'c8d72f6fd7e820025602b688ed60404750720537e36ac60c0e661c64de601424' '1.2.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/1.2.5.zip"
$out = "1.2.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8d72f6fd7e820025602b688ed60404750720537e36ac60c0e661c64de601424") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.5.tar.gz https://ratatoskr.space/pkg/reticulum/1.2.5.tar.gz
                    printf '%s  %s\n' '6679084b48dd561462399f4e9785a991f80dc8f378f0b0dd9d83a532be791984' '1.2.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/1.2.5.tar.gz"
$out = "1.2.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6679084b48dd561462399f4e9785a991f80dc8f378f0b0dd9d83a532be791984") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.2.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.2.5.zip
                    printf '%s  %s\n' 'c8d72f6fd7e820025602b688ed60404750720537e36ac60c0e661c64de601424' '1.2.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.2.5.zip"
$out = "1.2.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8d72f6fd7e820025602b688ed60404750720537e36ac60c0e661c64de601424") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.2.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.2.5.tar.gz
                    printf '%s  %s\n' '6679084b48dd561462399f4e9785a991f80dc8f378f0b0dd9d83a532be791984' '1.2.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.2.5.tar.gz"
$out = "1.2.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6679084b48dd561462399f4e9785a991f80dc8f378f0b0dd9d83a532be791984") { throw "sha256 mismatch" }
artifact format size hashes
1.2.5.zip zip 20.6 MiB
blake3-24 099a828b3a4fe7d4d0df8d72e497e503be2001b953911051
sha256 c8d72f6fd7e820025602b688ed60404750720537e36ac60c0e661c64de601424
sha1 1d6770abda6affc8c73b5a9c36813c0e20e356bd
1.2.5.tar.gz tar.gz 20.4 MiB
blake3-24 3d39657936fd2f862b50b6abab059dde88b4a75560ed40d4
sha256 6679084b48dd561462399f4e9785a991f80dc8f378f0b0dd9d83a532be791984
sha1 436422b634d5e4f47367248c7f2ecb6be271a735

install

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