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/2.6.30
vault / meshtastic-android / 2.6.30

meshtastic-android @ 2.6.30

integrity

size
4.0 MiB
downloaded
last checked

release notes

Meshtastic: Smooth moves

🔗 Improved Connections: More reliable and refined. 💬 Smarter Messaging: Unread counts fixed, new scroll-to-bottom button. 🔍 Enhanced Search & Filters: Smarter search, new filter toggles. ✨ UI/UX Improvements: Smoother interface, better waypoint handling. 🐞 Bug Fixes: Crashes squashed, increased stability. ⚡ Performance Boost: Optimized scrolling and responsiveness.

What's Changed

🛠️Fixes & Features

👷Dependencies

Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.6.24...2.6.30

download

unix · zip
curl -fL -o 2.6.30.zip https://ratatoskr.space/pkg/meshtastic-android/2.6.30.zip
                    printf '%s  %s\n' '929eac9b15ca0658546448ec030f2468999a1c13d2c958b7e0a75e7b831d0ff0' '2.6.30.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.30.zip"
$out = "2.6.30.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "929eac9b15ca0658546448ec030f2468999a1c13d2c958b7e0a75e7b831d0ff0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.30.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.6.30.tar.gz
                    printf '%s  %s\n' '6e536dabaa0caa2da78012bd808ab514957648e5cf2ec8ec0a825b6af5852c84' '2.6.30.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.6.30.tar.gz"
$out = "2.6.30.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e536dabaa0caa2da78012bd808ab514957648e5cf2ec8ec0a825b6af5852c84") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.6.30.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.30.zip
                    printf '%s  %s\n' '929eac9b15ca0658546448ec030f2468999a1c13d2c958b7e0a75e7b831d0ff0' '2.6.30.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.30.zip"
$out = "2.6.30.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "929eac9b15ca0658546448ec030f2468999a1c13d2c958b7e0a75e7b831d0ff0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.6.30.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.30.tar.gz
                    printf '%s  %s\n' '6e536dabaa0caa2da78012bd808ab514957648e5cf2ec8ec0a825b6af5852c84' '2.6.30.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.6.30.tar.gz"
$out = "2.6.30.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e536dabaa0caa2da78012bd808ab514957648e5cf2ec8ec0a825b6af5852c84") { throw "sha256 mismatch" }
artifact format size hashes
2.6.30.zip zip 4.0 MiB
blake3-24 4bad5ee73771182c82ad155dea5a6f6eeee67619f714c974
sha256 929eac9b15ca0658546448ec030f2468999a1c13d2c958b7e0a75e7b831d0ff0
sha1 f1503a5535ae63bc962dab6f2555b5befc4750bf
2.6.30.tar.gz tar.gz 3.6 MiB
blake3-24 50c960c357f4317e870a272f629d0050f5133f6d982ec700
sha256 6e536dabaa0caa2da78012bd808ab514957648e5cf2ec8ec0a825b6af5852c84
sha1 85e9eaf49a6550edb6652d87932510958ce671f3

install

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