reticulum @ 1.0.0
integrity
- size
- 17.5 MiB
- downloaded
- last checked
release notes
We're out of beta. Thanks to everyone who helped make it this far.
This release brings a number of bugfixes, as well as stability and reliability improvements.
Changes
- Improved BLE device discovery on Android
- Improved BLE MTU configuration on Android
- Added documentation -R and -i flag dependency in rnstatus usage
- Fixed a bug in handling of link requests with invalid link mode bytes
- Fixed potential AutoInterface peer discovery add before final init complete
- Fixed a potential EPOLL backend hang on interface failure
- Fixed various log statements
- Fixed announce cap crash for
RNodeMultiInterfacewith transport mode enabled - Fixed typos in
rnodeconf - Updated documentation
- Removed legacy AES-128 handlers
Release Hashes
5a9f18840510b69f89c6706d130177e2843c9e19c774707ae2661030d693dfc1 rns-1.0.0-py3-none-any.whl
acfd52af9bf41f78be017579ca06c0abe748d0b98dbdc9baacf140a0606599ec rnspure-1.0.0-py3-none-any.whl
download
unix · zip
curl -fL -o 1.0.0.zip https://ratatoskr.space/pkg/reticulum/1.0.0.zip
printf '%s %s\n' '69901a5304f325fc6da0a51a8dfd68f93d29507804ccf9983109b7553ed8acbb' '1.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/1.0.0.zip"
$out = "1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "69901a5304f325fc6da0a51a8dfd68f93d29507804ccf9983109b7553ed8acbb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.0.0.tar.gz https://ratatoskr.space/pkg/reticulum/1.0.0.tar.gz
printf '%s %s\n' '427637717049ecc41ba74ee4b7f04ea8d9c4c0319d9a5ce09b9f41b0ac199d16' '1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/1.0.0.tar.gz"
$out = "1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "427637717049ecc41ba74ee4b7f04ea8d9c4c0319d9a5ce09b9f41b0ac199d16") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.0.0.zip
printf '%s %s\n' '69901a5304f325fc6da0a51a8dfd68f93d29507804ccf9983109b7553ed8acbb' '1.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.0.0.zip"
$out = "1.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "69901a5304f325fc6da0a51a8dfd68f93d29507804ccf9983109b7553ed8acbb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.0.0.tar.gz
printf '%s %s\n' '427637717049ecc41ba74ee4b7f04ea8d9c4c0319d9a5ce09b9f41b0ac199d16' '1.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.0.0.tar.gz"
$out = "1.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "427637717049ecc41ba74ee4b7f04ea8d9c4c0319d9a5ce09b9f41b0ac199d16") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.0.0.zip | zip | 17.6 MiB |
blake3-24 e8ca24454f19514fc4488fe9358081095bc733b17b6e420d
sha256 69901a5304f325fc6da0a51a8dfd68f93d29507804ccf9983109b7553ed8acbb
sha1 36ed19c04b074ce952b83bc7710cdfcaabf81f0f
|
| 1.0.0.tar.gz | tar.gz | 17.4 MiB |
blake3-24 f6557b5e814325dceaf017058bf12857b5730430a1f17707
sha256 427637717049ecc41ba74ee4b7f04ea8d9c4c0319d9a5ce09b9f41b0ac199d16
sha1 6d70e37d8e5a87e66ab3216c0ab300fd49fd8f8a
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/1.0.0.tar.gz"],
integrity = "sha256-QnY3cXBJ7MQbp07kt/BOqNnEwDGdmlzgm59BsKwZnRY=",
strip_prefix = "reticulum-1.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/1.0.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.0.0.tar.gz"],
integrity = "sha256-QnY3cXBJ7MQbp07kt/BOqNnEwDGdmlzgm59BsKwZnRY=",
strip_prefix = "reticulum-1.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/1.0.0.tar.gz",