vault / meshtastic-android / 0.4.7
meshtastic-android @ 0.4.7
integrity
- size
- 1.8 MiB
- downloaded
- last checked
release notes
This should be a pretty good release. I think I've fixed all major bugs. There is a possibility there is still a bluetooth device comms issue that affects a few models of phones. If you see something not working, please click report bug and then post in the "bluetooth comms" thread on the forum.
https://github.com/meshtastic/Meshtastic-Android/compare/0.3.4...0.4.7
download
unix · zip
curl -fL -o 0.4.7.zip https://ratatoskr.space/pkg/meshtastic-android/0.4.7.zip
printf '%s %s\n' 'de71b2b5092be86d55c3bcc2cfc9cd0276d48d3e72000f052fcaaa3e98b50b56' '0.4.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.4.7.zip"
$out = "0.4.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de71b2b5092be86d55c3bcc2cfc9cd0276d48d3e72000f052fcaaa3e98b50b56") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.7.tar.gz https://ratatoskr.space/pkg/meshtastic-android/0.4.7.tar.gz
printf '%s %s\n' 'eb39e0b17a214be9845dde012438aa607df9a8d820ebbf68d87f77c28dd27f1b' '0.4.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-android/0.4.7.tar.gz"
$out = "0.4.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb39e0b17a214be9845dde012438aa607df9a8d820ebbf68d87f77c28dd27f1b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.4.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.4.7.zip
printf '%s %s\n' 'de71b2b5092be86d55c3bcc2cfc9cd0276d48d3e72000f052fcaaa3e98b50b56' '0.4.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.4.7.zip"
$out = "0.4.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de71b2b5092be86d55c3bcc2cfc9cd0276d48d3e72000f052fcaaa3e98b50b56") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.4.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.4.7.tar.gz
printf '%s %s\n' 'eb39e0b17a214be9845dde012438aa607df9a8d820ebbf68d87f77c28dd27f1b' '0.4.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.4.7.tar.gz"
$out = "0.4.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb39e0b17a214be9845dde012438aa607df9a8d820ebbf68d87f77c28dd27f1b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.4.7.zip | zip | 1.8 MiB |
blake3-24 e5a0c9099697cc1ae7b5b516136ce5635879a441cfc047b1
sha256 de71b2b5092be86d55c3bcc2cfc9cd0276d48d3e72000f052fcaaa3e98b50b56
sha1 9fb8d5132d886dfb32d7386fc0532e79fffbbd58
|
| 0.4.7.tar.gz | tar.gz | 1.8 MiB |
blake3-24 139c1bafc6dd36699df3313580cca7368995754525b1005d
sha256 eb39e0b17a214be9845dde012438aa607df9a8d820ebbf68d87f77c28dd27f1b
sha1 e4f2edd2f971ac93870341e6716b5856a97b0218
|
install
bazel
http_archive(
name = "meshtastic-android",
urls = ["https://ratatoskr.space/pkg/meshtastic-android/0.4.7.tar.gz"],
integrity = "sha256-6zngsXohS+mEXd4BJDiqYH35qNgg679o2H93wo3Sfxs=",
strip_prefix = "meshtastic-android-0.4.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-android/0.4.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-android",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.4.7.tar.gz"],
integrity = "sha256-6zngsXohS+mEXd4BJDiqYH35qNgg679o2H93wo3Sfxs=",
strip_prefix = "meshtastic-android-0.4.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-android/0.4.7.tar.gz",