vault / meshtastic-apple / v2.7.17
meshtastic-apple @ v2.7.17
integrity
- size
- 29.6 MiB
- downloaded
- last checked
release notes
Documentation bundle for v2.7.17.
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.17.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.17.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.17.zip
printf '%s %s\n' '62926c2573a1696dbaeac7543474e9ce526b532ebbfae246abf7f5817fa10426' 'v2.7.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.17.zip"
$out = "v2.7.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62926c2573a1696dbaeac7543474e9ce526b532ebbfae246abf7f5817fa10426") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.17.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.17.tar.gz
printf '%s %s\n' '73e120d420630e4783dedb0d26875cb2adcb948f9c5c977a3c6346f869f74e71' 'v2.7.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.17.tar.gz"
$out = "v2.7.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "73e120d420630e4783dedb0d26875cb2adcb948f9c5c977a3c6346f869f74e71") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.17.zip
printf '%s %s\n' '62926c2573a1696dbaeac7543474e9ce526b532ebbfae246abf7f5817fa10426' 'v2.7.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.17.zip"
$out = "v2.7.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62926c2573a1696dbaeac7543474e9ce526b532ebbfae246abf7f5817fa10426") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.17.tar.gz
printf '%s %s\n' '73e120d420630e4783dedb0d26875cb2adcb948f9c5c977a3c6346f869f74e71' 'v2.7.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.17.tar.gz"
$out = "v2.7.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "73e120d420630e4783dedb0d26875cb2adcb948f9c5c977a3c6346f869f74e71") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.17.zip | zip | 29.7 MiB |
blake3-24 2b9a35438f2886b5ca938845bcf6e6858b28adb3a33c69de
sha256 62926c2573a1696dbaeac7543474e9ce526b532ebbfae246abf7f5817fa10426
sha1 bfd027873f257ea5ea90add2f86b8367d45c2054
|
| v2.7.17.tar.gz | tar.gz | 28.8 MiB |
blake3-24 0ef6a0f2dc7c587554844d30a8a625572a30f9c2426bb6c4
sha256 73e120d420630e4783dedb0d26875cb2adcb948f9c5c977a3c6346f869f74e71
sha1 372e849852783b9c233bd5a3b7ad0557bd1cdc2c
|
install
bazel
http_archive(
name = "meshtastic-apple",
urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.17.tar.gz"],
integrity = "sha256-c+Eg1CBjDkeD3tsNJodcsq3LlI+cXJd6PGNG+Gn3TnE=",
strip_prefix = "meshtastic-apple-v2.7.17",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.17.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-apple",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.17.tar.gz"],
integrity = "sha256-c+Eg1CBjDkeD3tsNJodcsq3LlI+cXJd6PGNG+Gn3TnE=",
strip_prefix = "meshtastic-apple-v2.7.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.17.tar.gz",