vault / meshtastic-apple / v2.7.18
meshtastic-apple @ v2.7.18
integrity
- size
- 30.2 MiB
- downloaded
- last checked
release notes
Documentation bundle for v2.7.18.
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.18.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.18.zip https://ratatoskr.space/pkg/meshtastic-apple/v2.7.18.zip
printf '%s %s\n' '8b61ee2853652887040736dc5302aaa503d3e4f27c9d2a677ca260cdd0eb4990' 'v2.7.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.18.zip"
$out = "v2.7.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b61ee2853652887040736dc5302aaa503d3e4f27c9d2a677ca260cdd0eb4990") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.18.tar.gz https://ratatoskr.space/pkg/meshtastic-apple/v2.7.18.tar.gz
printf '%s %s\n' '581f665ced2a90298b5fc377b081770df54397f31ef1b450fc4e6149ee28b08f' 'v2.7.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.18.tar.gz"
$out = "v2.7.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "581f665ced2a90298b5fc377b081770df54397f31ef1b450fc4e6149ee28b08f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.18.zip
printf '%s %s\n' '8b61ee2853652887040736dc5302aaa503d3e4f27c9d2a677ca260cdd0eb4990' 'v2.7.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.18.zip"
$out = "v2.7.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b61ee2853652887040736dc5302aaa503d3e4f27c9d2a677ca260cdd0eb4990") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.18.tar.gz
printf '%s %s\n' '581f665ced2a90298b5fc377b081770df54397f31ef1b450fc4e6149ee28b08f' 'v2.7.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.18.tar.gz"
$out = "v2.7.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "581f665ced2a90298b5fc377b081770df54397f31ef1b450fc4e6149ee28b08f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.18.zip | zip | 30.3 MiB |
blake3-24 ee0d13d9a241afbb28085ce040edcdb49cde989b8f334e15
sha256 8b61ee2853652887040736dc5302aaa503d3e4f27c9d2a677ca260cdd0eb4990
sha1 7df4ecdea5e88f11695d8ffd826199153e1ff229
|
| v2.7.18.tar.gz | tar.gz | 29.4 MiB |
blake3-24 a25861e535a96a4aeeb2d03310e090ecdaf60edd160eb266
sha256 581f665ced2a90298b5fc377b081770df54397f31ef1b450fc4e6149ee28b08f
sha1 5c48dce5f82ae08029b43f0233df3fb327c3df49
|
install
bazel
http_archive(
name = "meshtastic-apple",
urls = ["https://ratatoskr.space/pkg/meshtastic-apple/v2.7.18.tar.gz"],
integrity = "sha256-WB9mXO0qkCmLX8N3sIF3DfVDl/Me8bRQ/E5hSe4osI8=",
strip_prefix = "meshtastic-apple-v2.7.18",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-apple/v2.7.18.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-apple",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.18.tar.gz"],
integrity = "sha256-WB9mXO0qkCmLX8N3sIF3DfVDl/Me8bRQ/E5hSe4osI8=",
strip_prefix = "meshtastic-apple-v2.7.18",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-apple/v2.7.18.tar.gz",