yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-android/v2.8.1
vault / meshtastic-android / v2.8.1

meshtastic-android @ v2.8.1

integrity

size
26.5 MiB
downloaded
last checked

release notes

What's Changed

🏗️ Features

🖥️ Desktop

🛠️ Fixes

📝 Other Changes

New Contributors

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/v2.8.0...v2.8.1

download

unix · zip
curl -fL -o v2.8.1.zip https://ratatoskr.space/pkg/meshtastic-android/v2.8.1.zip
                    printf '%s  %s\n' 'c8992d45b77c98cc3a5eb4857ba7d680f90d58753f9e04b6d3f0de522c859084' 'v2.8.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.1.zip"
$out = "v2.8.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8992d45b77c98cc3a5eb4857ba7d680f90d58753f9e04b6d3f0de522c859084") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.1.tar.gz https://ratatoskr.space/pkg/meshtastic-android/v2.8.1.tar.gz
                    printf '%s  %s\n' '89a39e225231e977dfeb67a0616b22f4884f8b758009056e8394b42512657099' 'v2.8.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.1.tar.gz"
$out = "v2.8.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "89a39e225231e977dfeb67a0616b22f4884f8b758009056e8394b42512657099") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.8.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.1.zip
                    printf '%s  %s\n' 'c8992d45b77c98cc3a5eb4857ba7d680f90d58753f9e04b6d3f0de522c859084' 'v2.8.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.1.zip"
$out = "v2.8.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c8992d45b77c98cc3a5eb4857ba7d680f90d58753f9e04b6d3f0de522c859084") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.1.tar.gz
                    printf '%s  %s\n' '89a39e225231e977dfeb67a0616b22f4884f8b758009056e8394b42512657099' 'v2.8.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.1.tar.gz"
$out = "v2.8.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "89a39e225231e977dfeb67a0616b22f4884f8b758009056e8394b42512657099") { throw "sha256 mismatch" }
artifact format size hashes
v2.8.1.zip zip 26.3 MiB
blake3-24 e4f1accb17d79a4d8e965e4f9101707a5defba831331c067
sha256 c8992d45b77c98cc3a5eb4857ba7d680f90d58753f9e04b6d3f0de522c859084
sha1 84396d08861281483b273b604740ae22e022caab
v2.8.1.tar.gz tar.gz 23.2 MiB
blake3-24 0b6b5be5f73d9d828a057760f1376cea0a8a6b1f89e743a1
sha256 89a39e225231e977dfeb67a0616b22f4884f8b758009056e8394b42512657099
sha1 c4bfb80734913187a8bbee461b433aeafbb1070c

install

bazel
http_archive(
    name = "meshtastic-android",
    urls = ["https://ratatoskr.space/pkg/meshtastic-android/v2.8.1.tar.gz"],
    integrity = "sha256-iaOeIlIx6Xff62egYWsi9IhPi3WACQVug5S0JRJlcJk=",
    strip_prefix = "meshtastic-android-v2.8.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-android",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.1.tar.gz"],
    integrity = "sha256-iaOeIlIx6Xff62egYWsi9IhPi3WACQVug5S0JRJlcJk=",
    strip_prefix = "meshtastic-android-v2.8.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.1.tar.gz",
v2.8.0 →