reticulum @ 0.8.3
integrity
- size
- 16.8 MiB
- downloaded
- last checked
release notes
RNS β 0.8.3
This release fixes a bug in resource transfer progress calculation, improves RNode error handling, and brings minor improvements to the rncp utility.
Changes
- Fixed a bug in resource transfer progress calculations
- Added physical layer transfer rate output option to
rncp - Added save directory option to
rncp - Improved path handling for the fetch-jail option of of
rncp - Added error detection for modem communication timeouts on connected RNode devices
Release Hashes
54ddab32769081045db5fe45b27492cc012bf2fad64bc65ed37011f3651469fb rns-0.8.3-py3-none-any.whl
a04915111d65b05a5f2ef2687ed208813034196c0c5e711cb01e6db72faa23ef rnspure-0.8.3-py3-none-any.whl
download
unix · zip
curl -fL -o 0.8.3.zip https://ratatoskr.space/pkg/reticulum/0.8.3.zip
printf '%s %s\n' 'deaf030d217745ee7511f97e670a53f17be32e4c4f0757b272d449ee3a8b5923' '0.8.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.8.3.zip"
$out = "0.8.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "deaf030d217745ee7511f97e670a53f17be32e4c4f0757b272d449ee3a8b5923") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.3.tar.gz https://ratatoskr.space/pkg/reticulum/0.8.3.tar.gz
printf '%s %s\n' '60f883bc370f7a1c9c44e35f8cc3843e9635d9a9f985d8cb075fdc6ef0065c7c' '0.8.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.8.3.tar.gz"
$out = "0.8.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60f883bc370f7a1c9c44e35f8cc3843e9635d9a9f985d8cb075fdc6ef0065c7c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.8.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.3.zip
printf '%s %s\n' 'deaf030d217745ee7511f97e670a53f17be32e4c4f0757b272d449ee3a8b5923' '0.8.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.3.zip"
$out = "0.8.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "deaf030d217745ee7511f97e670a53f17be32e4c4f0757b272d449ee3a8b5923") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.8.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.3.tar.gz
printf '%s %s\n' '60f883bc370f7a1c9c44e35f8cc3843e9635d9a9f985d8cb075fdc6ef0065c7c' '0.8.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.3.tar.gz"
$out = "0.8.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "60f883bc370f7a1c9c44e35f8cc3843e9635d9a9f985d8cb075fdc6ef0065c7c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.8.3.zip | zip | 16.9 MiB |
blake3-24 7fc1826f26270a6bd3e0a57340b3fb9a705deb01a859564d
sha256 deaf030d217745ee7511f97e670a53f17be32e4c4f0757b272d449ee3a8b5923
sha1 4e6a93a28833992a4943be52d72429ca5f30bed0
|
| 0.8.3.tar.gz | tar.gz | 16.8 MiB |
blake3-24 c98f0638256fafee0f36b3b4f39e86c1247052ac6a4d319b
sha256 60f883bc370f7a1c9c44e35f8cc3843e9635d9a9f985d8cb075fdc6ef0065c7c
sha1 c1e89647b72399a0d40872db567e7a35b508dab4
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.8.3.tar.gz"],
integrity = "sha256-YPiDvDcPehycRONfjMOEPpY12an5hdjLB1/cbvAGXHw=",
strip_prefix = "reticulum-0.8.3",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.8.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.3.tar.gz"],
integrity = "sha256-YPiDvDcPehycRONfjMOEPpY12an5hdjLB1/cbvAGXHw=",
strip_prefix = "reticulum-0.8.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.8.3.tar.gz",