reticulum @ 0.6.7
integrity
- size
- 12.1 MiB
- downloaded
- last checked
release notes
This maintenance release improves tranport performance and fixes a logging bug.
Changes
- Improved local and remote transport performance by approximately 6x on faster links
- Significantly decreased latency over faster links
Bugfixes
- Fixed logging an error message when local clients connect while shared instance is still starting up
Release Hashes
c37dd1f59e037841f69ec518deecdae6719f978947de2473f04e7d95247805ac rns-0.6.7-py3-none-any.whl
1e2dcb44ec7271a4d26180db138fc54dce6d0d3cf3f816432d4d6a4b1cf83868 rnspure-0.6.7-py3-none-any.whl
download
unix · zip
curl -fL -o 0.6.7.zip https://ratatoskr.space/pkg/reticulum/0.6.7.zip
printf '%s %s\n' 'b10cb0bb30a7107fd92f28ce55e7249307b24633a80b9e1095a6ab25a28fa6fd' '0.6.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.6.7.zip"
$out = "0.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b10cb0bb30a7107fd92f28ce55e7249307b24633a80b9e1095a6ab25a28fa6fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.7.tar.gz https://ratatoskr.space/pkg/reticulum/0.6.7.tar.gz
printf '%s %s\n' '0f7c9d365fb70bcc361154f9ab4796bbc74831bc6297c3a54d363cbf67c29b65' '0.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.6.7.tar.gz"
$out = "0.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f7c9d365fb70bcc361154f9ab4796bbc74831bc6297c3a54d363cbf67c29b65") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.7.zip
printf '%s %s\n' 'b10cb0bb30a7107fd92f28ce55e7249307b24633a80b9e1095a6ab25a28fa6fd' '0.6.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.7.zip"
$out = "0.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b10cb0bb30a7107fd92f28ce55e7249307b24633a80b9e1095a6ab25a28fa6fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.7.tar.gz
printf '%s %s\n' '0f7c9d365fb70bcc361154f9ab4796bbc74831bc6297c3a54d363cbf67c29b65' '0.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.7.tar.gz"
$out = "0.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f7c9d365fb70bcc361154f9ab4796bbc74831bc6297c3a54d363cbf67c29b65") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.7.zip | zip | 12.2 MiB |
blake3-24 8a5861b7cae8d19296aea38b896441c93760e695d92335cd
sha256 b10cb0bb30a7107fd92f28ce55e7249307b24633a80b9e1095a6ab25a28fa6fd
sha1 cb4359d92761b4049f15e8df03ac0ad00a286ca7
|
| 0.6.7.tar.gz | tar.gz | 12.0 MiB |
blake3-24 15436c447b454f139cdede7f380f7f29557acb21439e1c5c
sha256 0f7c9d365fb70bcc361154f9ab4796bbc74831bc6297c3a54d363cbf67c29b65
sha1 5fd2fd5c2c47102f1cbdb4f059f91d0b47e6b5ed
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.6.7.tar.gz"],
integrity = "sha256-D3ydNl+3C8w2EVT5q0eWu8dIMbxil8OlTTY8v2fCm2U=",
strip_prefix = "reticulum-0.6.7",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.6.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.7.tar.gz"],
integrity = "sha256-D3ydNl+3C8w2EVT5q0eWu8dIMbxil8OlTTY8v2fCm2U=",
strip_prefix = "reticulum-0.6.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.6.7.tar.gz",