vault / meshtastic-android / 2.5.2
meshtastic-android @ 2.5.2
integrity
- size
- 2.4 MiB
- downloaded
- last checked
release notes
Features
- Add local device stats to the service notification by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1307
- Sort device list while keeping None (disable) at the top of the list by @matthewbogner in https://github.com/meshtastic/Meshtastic-Android/pull/1309
- Add notification for new node seen by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1316
Bug fixes
- Sort nodes with unknown hops last by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1302
- Correctly compare hopStart and hopLimit for received packets by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1305
- Replace "unknown" with "?" for unknown hop count by @jamesarich in https://github.com/meshtastic/Meshtastic-Android/pull/1308
- Fix position packet
want_responsehandling (https://github.com/meshtastic/Meshtastic-Android/commit/af56fff2162d4f13a1fc70719750fed3111729b4)
New Contributors
- @matthewbogner made their first contribution in https://github.com/meshtastic/Meshtastic-Android/pull/1309
Full Changelog: https://github.com/meshtastic/Meshtastic-Android/compare/2.5.1...2.5.2
download
unix · zip
curl -fL -o 2.5.2.zip https://ratatoskr.space/pkg/meshtastic-android/2.5.2.zip
printf '%s %s\n' '2a2694a20acd6cf60489fe2641e16473ee17718da887158fda4b14ead0700215' '2.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.2.zip"
$out = "2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a2694a20acd6cf60489fe2641e16473ee17718da887158fda4b14ead0700215") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.2.tar.gz https://ratatoskr.space/pkg/meshtastic-android/2.5.2.tar.gz
printf '%s %s\n' '13fa5a9566f4a728fa1b5517231b62884cc54e9935a4a3787b1bf341210bce7f' '2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.2.tar.gz"
$out = "2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13fa5a9566f4a728fa1b5517231b62884cc54e9935a4a3787b1bf341210bce7f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.2.zip
printf '%s %s\n' '2a2694a20acd6cf60489fe2641e16473ee17718da887158fda4b14ead0700215' '2.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.2.zip"
$out = "2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2a2694a20acd6cf60489fe2641e16473ee17718da887158fda4b14ead0700215") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.2.tar.gz
printf '%s %s\n' '13fa5a9566f4a728fa1b5517231b62884cc54e9935a4a3787b1bf341210bce7f' '2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.2.tar.gz"
$out = "2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13fa5a9566f4a728fa1b5517231b62884cc54e9935a4a3787b1bf341210bce7f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.5.2.zip | zip | 2.4 MiB |
blake3-24 6d8960704b2cf4308eb8b91454c4997ef799f1992ac993b6
sha256 2a2694a20acd6cf60489fe2641e16473ee17718da887158fda4b14ead0700215
sha1 285a94f9e2cee46ece10b3c90ce98554ab31ad26
|
| 2.5.2.tar.gz | tar.gz | 2.2 MiB |
blake3-24 ba0720c2a44b695a5d9dbcd8d92b89912e53b1966bedc666
sha256 13fa5a9566f4a728fa1b5517231b62884cc54e9935a4a3787b1bf341210bce7f
sha1 8315a83560eb92d6512730a3cf3ff6e7b0cf0229
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/2.5.2.tar.gz"],
integrity = "sha256-E/palWb0pyj6G1UXIxtiiEzFTpk1pKN4exvzQSELzn8=",
strip_prefix = "meshtastic-android-2.5.2",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/2.5.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.2.tar.gz"],
integrity = "sha256-E/palWb0pyj6G1UXIxtiiEzFTpk1pKN4exvzQSELzn8=",
strip_prefix = "meshtastic-android-2.5.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/2.5.2.tar.gz",