vault / meshtastic-protobufs / v2.2.9
meshtastic-protobufs @ v2.2.9
integrity
- size
- 66.8 KiB
- downloaded
- last checked
release notes
What's Changed
- Notes about public mqtt traffic by @thebentern in https://github.com/meshtastic/protobufs/pull/390
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.8...v2.2.9
download
unix · zip
curl -fL -o v2.2.9.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.9.zip
printf '%s %s\n' '305814ea6f969e349956433a8050fdae46a85ab6f94c609738d9f1c78c9f5118' 'v2.2.9.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.9.zip"
$out = "v2.2.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "305814ea6f969e349956433a8050fdae46a85ab6f94c609738d9f1c78c9f5118") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.9.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.9.tar.gz
printf '%s %s\n' 'ebfc40b5286d4687f0d31e082a0bf1edc641f8b46498be180025fbcc4d99e72f' 'v2.2.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.9.tar.gz"
$out = "v2.2.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebfc40b5286d4687f0d31e082a0bf1edc641f8b46498be180025fbcc4d99e72f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.9.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.9.zip
printf '%s %s\n' '305814ea6f969e349956433a8050fdae46a85ab6f94c609738d9f1c78c9f5118' 'v2.2.9.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.9.zip"
$out = "v2.2.9.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "305814ea6f969e349956433a8050fdae46a85ab6f94c609738d9f1c78c9f5118") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.9.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.9.tar.gz
printf '%s %s\n' 'ebfc40b5286d4687f0d31e082a0bf1edc641f8b46498be180025fbcc4d99e72f' 'v2.2.9.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.9.tar.gz"
$out = "v2.2.9.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ebfc40b5286d4687f0d31e082a0bf1edc641f8b46498be180025fbcc4d99e72f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.9.zip | zip | 67.7 KiB |
blake3-24 bf73059fb0eb40f399b2d96bf63d0b04c1e4bfc8f155d2a1
sha256 305814ea6f969e349956433a8050fdae46a85ab6f94c609738d9f1c78c9f5118
sha1 ce2bc5012adfcb5333ae376e96c099d5ac13ff04
|
| v2.2.9.tar.gz | tar.gz | 51.0 KiB |
blake3-24 85f4a5b5a1864542edaeb8519dbf3ff631f793000e016212
sha256 ebfc40b5286d4687f0d31e082a0bf1edc641f8b46498be180025fbcc4d99e72f
sha1 077cc0c74f3e1ff2d0d3aa9cea804d8cdfc681da
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.9.tar.gz"],
integrity = "sha256-6/xAtShtRofw0x4IKgvx7cZB+LRkmL4YACX7zE2Z5y8=",
strip_prefix = "meshtastic-protobufs-v2.2.9",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.9.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.9.tar.gz"],
integrity = "sha256-6/xAtShtRofw0x4IKgvx7cZB+LRkmL4YACX7zE2Z5y8=",
strip_prefix = "meshtastic-protobufs-v2.2.9",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.9.tar.gz",