reticulum @ 0.3.9
integrity
- size
- 7.8 MiB
- downloaded
- last checked
release notes
This release expands the address space of Reticulum to 128 bits, and brings improvements to the documentation, along with a few bugfixes and updates.
Changes
- Expanded address space to 128 bits
- Updated documentation
- Improved rnx interactive mode
- Improved readme file
- Added reticulum.network website
- Added periodic cache cleaning
- Fixed a bug in the --no-auth option in rncp
Release Hashes
SHA256 892005e95fc9eda4c4c5d9f94dd33cdc27d3ac6e228d1b0b2519e35069951b86 rns-0.3.9-1-py3-none-any.whl
SHA256 cb7d873c51c746ecdb8963a6a7a0e8d010fb6c61ee785c5e97376d3779a7bae8 rnspure-0.3.9-1-py3-none-any.whl
download
unix · zip
curl -fL -o 0.3.9.zip https://ratatoskr.space/pkg/reticulum/0.3.9.zip
printf '%s %s\n' '549e40967facbe06a652a7cc18e8eaa9655f06464f8ec226c9632760372ec334' '0.3.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/reticulum/0.3.9.zip"
$out = "0.3.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "549e40967facbe06a652a7cc18e8eaa9655f06464f8ec226c9632760372ec334") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.9.tar.gz https://ratatoskr.space/pkg/reticulum/0.3.9.tar.gz
printf '%s %s\n' 'd4c702fd3be3ace72057e333d203df6c59109115700a426a30e57e060fca2471' '0.3.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/reticulum/0.3.9.tar.gz"
$out = "0.3.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d4c702fd3be3ace72057e333d203df6c59109115700a426a30e57e060fca2471") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.3.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.9.zip
printf '%s %s\n' '549e40967facbe06a652a7cc18e8eaa9655f06464f8ec226c9632760372ec334' '0.3.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.9.zip"
$out = "0.3.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "549e40967facbe06a652a7cc18e8eaa9655f06464f8ec226c9632760372ec334") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.3.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.9.tar.gz
printf '%s %s\n' 'd4c702fd3be3ace72057e333d203df6c59109115700a426a30e57e060fca2471' '0.3.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.9.tar.gz"
$out = "0.3.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d4c702fd3be3ace72057e333d203df6c59109115700a426a30e57e060fca2471") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.3.9.zip | zip | 7.9 MiB |
blake3-24 02b2bcc8926c86f5db654341afd845b5400506fccc3795aa
sha256 549e40967facbe06a652a7cc18e8eaa9655f06464f8ec226c9632760372ec334
sha1 35a8fea644958f551b0505b5e5e9d0e5ee6d386d
|
| 0.3.9.tar.gz | tar.gz | 7.8 MiB |
blake3-24 82632a08becadc9432434fc2fc5d6ab63fc9ef9a7a2e8101
sha256 d4c702fd3be3ace72057e333d203df6c59109115700a426a30e57e060fca2471
sha1 448d223afd9ec04ba448e4d387eefb3990daf37f
|
install
bazel
http_archive(
name = "reticulum",
urls = ["https://ratatoskr.space/pkg/reticulum/0.3.9.tar.gz"],
integrity = "sha256-1McC/TvjrOcgV+Mz0gPfbFkQkRVwCkJqMOV+Bg/KJHE=",
strip_prefix = "reticulum-0.3.9",
)
zig
.url = "https://ratatoskr.space/pkg/reticulum/0.3.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "reticulum",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.9.tar.gz"],
integrity = "sha256-1McC/TvjrOcgV+Mz0gPfbFkQkRVwCkJqMOV+Bg/KJHE=",
strip_prefix = "reticulum-0.3.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/reticulum/0.3.9.tar.gz",