vault / meshtastic-apple / v2.7.19
meshtastic-apple @ v2.7.19
integrity
- size
- 34.6 MiB
- downloaded
- last checked
release notes
Documentation bundle for v2.7.19.
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.19.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.19.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.19.zip
printf '%s %s\n' '73d828a3c80d3ec0637ed67e82fa331b038970380c61d0062937963601ad270f' 'v2.7.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.19.zip"
$out = "v2.7.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "73d828a3c80d3ec0637ed67e82fa331b038970380c61d0062937963601ad270f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.19.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.19.tar.gz
printf '%s %s\n' '4b9913f2dd3b59a06fd74be0192ae94a021138a74954b42271b20643ef02679f' 'v2.7.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.19.tar.gz"
$out = "v2.7.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4b9913f2dd3b59a06fd74be0192ae94a021138a74954b42271b20643ef02679f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.19.zip
printf '%s %s\n' '73d828a3c80d3ec0637ed67e82fa331b038970380c61d0062937963601ad270f' 'v2.7.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.19.zip"
$out = "v2.7.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "73d828a3c80d3ec0637ed67e82fa331b038970380c61d0062937963601ad270f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.19.tar.gz
printf '%s %s\n' '4b9913f2dd3b59a06fd74be0192ae94a021138a74954b42271b20643ef02679f' 'v2.7.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.19.tar.gz"
$out = "v2.7.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4b9913f2dd3b59a06fd74be0192ae94a021138a74954b42271b20643ef02679f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.19.zip | zip | 34.7 MiB |
blake3-24 3cced7ebba41ed1ac4375300411bf4600786710286edbbcd
sha256 73d828a3c80d3ec0637ed67e82fa331b038970380c61d0062937963601ad270f
sha1 6e5c3bdc256e3adb79393df71c48cbed9eb786b2
|
| v2.7.19.tar.gz | tar.gz | 33.7 MiB |
blake3-24 92b4166e1c8a6f1842eae0571ed1b2a507584e54e3880981
sha256 4b9913f2dd3b59a06fd74be0192ae94a021138a74954b42271b20643ef02679f
sha1 66b6980abdacd761a7c7da33657a8941591826de
|
install
bazel
http_archive(
name = "meshtastic-apple",
urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.19.tar.gz"],
integrity = "sha256-S5kT8t07WaBv10vgGSrpSgIROKdJVLQicbIGQ+8CZ58=",
strip_prefix = "meshtastic-apple-v2.7.19",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-apple",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.19.tar.gz"],
integrity = "sha256-S5kT8t07WaBv10vgGSrpSgIROKdJVLQicbIGQ+8CZ58=",
strip_prefix = "meshtastic-apple-v2.7.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.19.tar.gz",