vault / meshtastic-apple / v2.7.21
meshtastic-apple @ v2.7.21
integrity
- size
- 34.7 MiB
- downloaded
- last checked
release notes
Documentation bundle for v2.7.21.
Canonical English user & developer guides (markdown + screenshots) frozen at this
release, for syncing into meshtastic.org. Point the sync-apple-docs job at this
release asset (meshtastic-apple-docs-2.7.21.tar.gz) instead of the main branch so the site's Apple docs
only change when a new app version is tagged.
download
unix · zip
curl -fL -o v2.7.21.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.21.zip
printf '%s %s\n' 'dc744dbae44953cfd3694d2552f9a67deb89e46011a7d8d98a54873ddab35bd2' 'v2.7.21.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.21.zip"
$out = "v2.7.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dc744dbae44953cfd3694d2552f9a67deb89e46011a7d8d98a54873ddab35bd2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.21.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.21.tar.gz
printf '%s %s\n' '927c35e8ffcb3dee1c3fc6e421aad27abadff4b8d97b43e6e14d46c499f39163' 'v2.7.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.21.tar.gz"
$out = "v2.7.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "927c35e8ffcb3dee1c3fc6e421aad27abadff4b8d97b43e6e14d46c499f39163") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.21.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.21.zip
printf '%s %s\n' 'dc744dbae44953cfd3694d2552f9a67deb89e46011a7d8d98a54873ddab35bd2' 'v2.7.21.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.21.zip"
$out = "v2.7.21.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dc744dbae44953cfd3694d2552f9a67deb89e46011a7d8d98a54873ddab35bd2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.21.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.21.tar.gz
printf '%s %s\n' '927c35e8ffcb3dee1c3fc6e421aad27abadff4b8d97b43e6e14d46c499f39163' 'v2.7.21.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.21.tar.gz"
$out = "v2.7.21.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "927c35e8ffcb3dee1c3fc6e421aad27abadff4b8d97b43e6e14d46c499f39163") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.21.zip | zip | 34.8 MiB |
blake3-24 881729e9e59b88536ed6b433296b14eb7f88c09951444df5
sha256 dc744dbae44953cfd3694d2552f9a67deb89e46011a7d8d98a54873ddab35bd2
sha1 89ab347f1012a612214312c164e728fca602fc71
|
| v2.7.21.tar.gz | tar.gz | 33.8 MiB |
blake3-24 7b38c585f3391ce45f2aa8db0e02735db0d75d82abc11bf4
sha256 927c35e8ffcb3dee1c3fc6e421aad27abadff4b8d97b43e6e14d46c499f39163
sha1 5d2a40dcac086ab21e185a2c228d483de2a50aa0
|
install
bazel
http_archive(
name = "meshtastic-apple",
urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.21.tar.gz"],
integrity = "sha256-knw16P/LPe4cP8bkIarSerrf9LjZe0Pm4U1GxJnzkWM=",
strip_prefix = "meshtastic-apple-v2.7.21",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.21.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-apple",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.21.tar.gz"],
integrity = "sha256-knw16P/LPe4cP8bkIarSerrf9LjZe0Pm4U1GxJnzkWM=",
strip_prefix = "meshtastic-apple-v2.7.21",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.21.tar.gz",