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-apple/v2.7.16
vault / meshtastic-apple / v2.7.16

meshtastic-apple @ v2.7.16

integrity

size
27.9 MiB
downloaded
last checked
source https://github.com/meshtastic/Meshtastic-Apple · available · github

release notes

Documentation bundle for v2.7.16.

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.16.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.16.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.16.zip
                    printf '%s  %s\n' 'ec488347b518e455b30040b4b922dad841beb645c9e054448cdd746f8ee9dc93' 'v2.7.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.16.zip"
$out = "v2.7.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ec488347b518e455b30040b4b922dad841beb645c9e054448cdd746f8ee9dc93") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.16.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.16.tar.gz
                    printf '%s  %s\n' 'feab183c2e4fe5779dc59641e8209a5f9fe1310b99899a0693c4ed2f614639b4' 'v2.7.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.16.tar.gz"
$out = "v2.7.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "feab183c2e4fe5779dc59641e8209a5f9fe1310b99899a0693c4ed2f614639b4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.16.zip
                    printf '%s  %s\n' 'ec488347b518e455b30040b4b922dad841beb645c9e054448cdd746f8ee9dc93' 'v2.7.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.16.zip"
$out = "v2.7.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ec488347b518e455b30040b4b922dad841beb645c9e054448cdd746f8ee9dc93") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.16.tar.gz
                    printf '%s  %s\n' 'feab183c2e4fe5779dc59641e8209a5f9fe1310b99899a0693c4ed2f614639b4' 'v2.7.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.16.tar.gz"
$out = "v2.7.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "feab183c2e4fe5779dc59641e8209a5f9fe1310b99899a0693c4ed2f614639b4") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.16.zip zip 28.0 MiB
blake3-24 92546418c3c422c674195511ef4f2a11470b1fd7cfc4e098
sha256 ec488347b518e455b30040b4b922dad841beb645c9e054448cdd746f8ee9dc93
sha1 98af21c8193684d94d7a157dc904b1262f92459e
v2.7.16.tar.gz tar.gz 27.1 MiB
blake3-24 f9fa2b65f61fb026900c7cbe56d11ce4010b10caa305b0d9
sha256 feab183c2e4fe5779dc59641e8209a5f9fe1310b99899a0693c4ed2f614639b4
sha1 144be086eed02a8dc686b749cc764d9b4530ceef

install

bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.16.tar.gz"],
    integrity = "sha256-/qsYPC5P5XedxZZB6CCaX5/hMQuZiZoGk8TtL2FGObQ=",
    strip_prefix = "meshtastic-apple-v2.7.16",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.16.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-apple",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.16.tar.gz"],
    integrity = "sha256-/qsYPC5P5XedxZZB6CCaX5/hMQuZiZoGk8TtL2FGObQ=",
    strip_prefix = "meshtastic-apple-v2.7.16",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.16.tar.gz",
v2.7.15 →