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.2
vault / meshtastic-android / v2.8.2

meshtastic-android @ v2.8.2

integrity

size
39.3 MiB
downloaded
last checked

release notes

Highlights

Messaging: swipe to reply, double-tap reactions, per-contact drafts, pinned and unread conversations, bubbles, proven delivery receipts. A Units setting. One search bar for nodes, messages, settings and docs. Settings take labels, units and firmware gates from the schema. Map layer opacity and role filters. Lightning, particulate and soil telemetry. Tap phones to share a contact or channel. KML import works again.

What's Changed

🏗️ Features

🖥️ Desktop

🛠️ Fixes

📝 Other Changes

New Contributors

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

download

unix · zip
curl -fL -o v2.8.2.zip https://ratatoskr.space/pkg/meshtastic-android/v2.8.2.zip
                    printf '%s  %s\n' 'd9e03c46fc651aafcc7a5b5f24d4e6d05188a7433c502d9b288f602dbd0af096' 'v2.8.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.2.zip"
$out = "v2.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d9e03c46fc651aafcc7a5b5f24d4e6d05188a7433c502d9b288f602dbd0af096") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.2.tar.gz https://ratatoskr.space/pkg/meshtastic-android/v2.8.2.tar.gz
                    printf '%s  %s\n' '1ed0481ee57af037ee39fde793211711f4882570f19dc1660f4577ec718bbae1' 'v2.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/v2.8.2.tar.gz"
$out = "v2.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1ed0481ee57af037ee39fde793211711f4882570f19dc1660f4577ec718bbae1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.8.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.2.zip
                    printf '%s  %s\n' 'd9e03c46fc651aafcc7a5b5f24d4e6d05188a7433c502d9b288f602dbd0af096' 'v2.8.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.2.zip"
$out = "v2.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d9e03c46fc651aafcc7a5b5f24d4e6d05188a7433c502d9b288f602dbd0af096") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.2.tar.gz
                    printf '%s  %s\n' '1ed0481ee57af037ee39fde793211711f4882570f19dc1660f4577ec718bbae1' 'v2.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/v2.8.2.tar.gz"
$out = "v2.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1ed0481ee57af037ee39fde793211711f4882570f19dc1660f4577ec718bbae1") { throw "sha256 mismatch" }
artifact format size hashes
v2.8.2.zip zip 39.1 MiB
blake3-24 e78fbc5eec6316109703399336f2249edd41ff740e709f4d
sha256 d9e03c46fc651aafcc7a5b5f24d4e6d05188a7433c502d9b288f602dbd0af096
sha1 cdc2946b9ea46e7b8a1bc393f40d02ebb8f142f8
v2.8.2.tar.gz tar.gz 35.5 MiB
blake3-24 585e9a81a0ad8e34e801012b2ab9936f8e959ffae79e077e
sha256 1ed0481ee57af037ee39fde793211711f4882570f19dc1660f4577ec718bbae1
sha1 548b79fde3510898653680d3ca967818e44e90a7

install

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