reticulum @ 0.7.5
integrity
- size
- 12.2 MiB
- downloaded
- last checked
release notes
This release adds support for AutoInterface on Windows platforms, fixes a number of bugs and adds several new supported boards to rnodeconf. Thanks to @faragher, @jacobeva and @liamcottle who contributed to this release!
Changes
- Added support for AutoInterface on Windows
- Added support for recursive path resolution for clients on roaming-mode interfaces
- Added RAK4631 support to
rnodeconf - Added LilyGO T3S3 support to
rnodeconf - Added ability to get target and calculated hashes via
rnodeconf - Fixed DTR timing making flashing fail on Windows in
rnodeconf - Fixed various output and menu bugs in
rnodeconf
Release Hashes
99ec876966afdea45fcf164242c8e76c284f9e3edf09fb907638fba76e1324b1 rns-0.7.5-py3-none-any.whl
11156f6301707e4d17ff2ca6d58059bc8ba6fe1bbc4dc3de165dd96dc41ee75f rnspure-0.7.5-py3-none-any.whl
download
unix · zip
curl -fL -o 0.7.5.zip https://ratatoskr.space/pkg/reticulum/0.7.5.zip
printf '%s %s\n' '4f2209c7c2d326f0d1f531cc959bc2414a04d9242b6a118fabe90c1d4eb34402' '0.7.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.7.5.zip"
$out = "0.7.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f2209c7c2d326f0d1f531cc959bc2414a04d9242b6a118fabe90c1d4eb34402") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.5.tar.gz https://ratatoskr.space/pkg/reticulum/0.7.5.tar.gz
printf '%s %s\n' '196e79d76dc2b2c460fcb0a22244d16d6afb4dfc7903b69f411a5dd511858a8c' '0.7.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.7.5.tar.gz"
$out = "0.7.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "196e79d76dc2b2c460fcb0a22244d16d6afb4dfc7903b69f411a5dd511858a8c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.5.zip
printf '%s %s\n' '4f2209c7c2d326f0d1f531cc959bc2414a04d9242b6a118fabe90c1d4eb34402' '0.7.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.5.zip"
$out = "0.7.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f2209c7c2d326f0d1f531cc959bc2414a04d9242b6a118fabe90c1d4eb34402") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.5.tar.gz
printf '%s %s\n' '196e79d76dc2b2c460fcb0a22244d16d6afb4dfc7903b69f411a5dd511858a8c' '0.7.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.5.tar.gz"
$out = "0.7.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "196e79d76dc2b2c460fcb0a22244d16d6afb4dfc7903b69f411a5dd511858a8c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.7.5.zip | zip | 12.3 MiB |
blake3-24 f0234ebb1951eb83e7996f62b0011bb733adfe232daaf289
sha256 4f2209c7c2d326f0d1f531cc959bc2414a04d9242b6a118fabe90c1d4eb34402
sha1 e7b4f5651354bd3b6f3f5aeb38f9e51af977d157
|
| 0.7.5.tar.gz | tar.gz | 12.2 MiB |
blake3-24 d98038734cf231c6fdb8e6b4bda79f56bd8d8fdf293f8c58
sha256 196e79d76dc2b2c460fcb0a22244d16d6afb4dfc7903b69f411a5dd511858a8c
sha1 374d868e8386c2a972a142f5da3d59b627d6ac77
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.7.5.tar.gz"],
integrity = "sha256-GW55123CssRg/LCiIkTRbWr7Tfx5A7afQRpd1RGFiow=",
strip_prefix = "reticulum-0.7.5",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.7.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.5.tar.gz"],
integrity = "sha256-GW55123CssRg/LCiIkTRbWr7Tfx5A7afQRpd1RGFiow=",
strip_prefix = "reticulum-0.7.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.5.tar.gz",