reticulum @ 0.7.4
integrity
- size
- 12.2 MiB
- downloaded
- last checked
release notes
This maintenance release fixes a number of bugs, improves path requests and responses, and adds several useful features and capabilities. Thanks to @cobraPA, @jschulthess, @thiaguetz and @nothingbutlucas who contributed to this release!
Changes
- Added support for flashing and autoinstalling Heltec V3 boards to
rnodeconf - Added custom EEPROM bootstrapping capabilities to
rnodeconf - Added ability to load identities from file to Echo and Link examples
- Added ability to specify multicast address type in AutoInterface configuration
- Added link getter to resource advertisement class
- Improved path response logic and timing
- Improved path request timing
- Fixed a bug in Link Request proof delivery on unknown hop count paths
- Fixed broken link packet routing in topologies where transport packets leak to non-intended instances in the link chain
- Fixed typos in documentation
Release Hashes
f5c35f1b8720778eb508b687d66334d01b4ab266b2d8c2bc186702220dcaae29 rns-0.7.4-py3-none-any.whl
9eaa7170f97dad49551136965d3fcc971b56b1c2eda48c24b9ffd58d71daa016 rnspure-0.7.4-py3-none-any.whl
download
unix · zip
curl -fL -o 0.7.4.zip https://ratatoskr.space/pkg/reticulum/0.7.4.zip
printf '%s %s\n' 'd391b5808bc1f7777c7d1b5d82d8b61fc1c93c1ea333febdf5f8744c9e44fc56' '0.7.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.7.4.zip"
$out = "0.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d391b5808bc1f7777c7d1b5d82d8b61fc1c93c1ea333febdf5f8744c9e44fc56") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.4.tar.gz https://ratatoskr.space/pkg/reticulum/0.7.4.tar.gz
printf '%s %s\n' '34bda419ef675435e9b9300ef608e805651f01f46a86b53671cfbfe3dfe6672e' '0.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.7.4.tar.gz"
$out = "0.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34bda419ef675435e9b9300ef608e805651f01f46a86b53671cfbfe3dfe6672e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.7.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.4.zip
printf '%s %s\n' 'd391b5808bc1f7777c7d1b5d82d8b61fc1c93c1ea333febdf5f8744c9e44fc56' '0.7.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.4.zip"
$out = "0.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d391b5808bc1f7777c7d1b5d82d8b61fc1c93c1ea333febdf5f8744c9e44fc56") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.7.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.4.tar.gz
printf '%s %s\n' '34bda419ef675435e9b9300ef608e805651f01f46a86b53671cfbfe3dfe6672e' '0.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.4.tar.gz"
$out = "0.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34bda419ef675435e9b9300ef608e805651f01f46a86b53671cfbfe3dfe6672e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.7.4.zip | zip | 12.3 MiB |
blake3-24 482dac05d4e906da577d19e5a2cf7ac377084fe0e5bc0c72
sha256 d391b5808bc1f7777c7d1b5d82d8b61fc1c93c1ea333febdf5f8744c9e44fc56
sha1 ab4fac03880ac2807136b2233011b7860809bfc4
|
| 0.7.4.tar.gz | tar.gz | 12.2 MiB |
blake3-24 2037a2d47c8c64b9051ecb7c040c8807d452edc4d0653349
sha256 34bda419ef675435e9b9300ef608e805651f01f46a86b53671cfbfe3dfe6672e
sha1 f32f455f34ca2e1f209757fc2af2d52f8b3de39f
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.7.4.tar.gz"],
integrity = "sha256-NL2kGe9nVDXpuTAO9gjoBWUfAfRqhrU2cc+/49/mZy4=",
strip_prefix = "reticulum-0.7.4",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.7.4.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.4.tar.gz"],
integrity = "sha256-NL2kGe9nVDXpuTAO9gjoBWUfAfRqhrU2cc+/49/mZy4=",
strip_prefix = "reticulum-0.7.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.7.4.tar.gz",