vault / meshtastic-protobufs / v2.2.16
meshtastic-protobufs @ v2.2.16
integrity
- size
- 67.6 KiB
- downloaded
- last checked
release notes
What's Changed
- Added client-hidden and lost-and-found roles by @thebentern in https://github.com/meshtastic/protobufs/pull/409
- Added KNOWN_ONLY rebroadcast mode by @thebentern in https://github.com/meshtastic/protobufs/pull/410
- Makerfabs SenseLoRA targets by @thebentern in https://github.com/meshtastic/protobufs/pull/411
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.15...v2.2.16
download
unix · zip
curl -fL -o v2.2.16.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.16.zip
printf '%s %s\n' '407a0269ec07807418b9548ef1d53a0b80d9b02a557692e9fe0b35673129ae84' 'v2.2.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.16.zip"
$out = "v2.2.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "407a0269ec07807418b9548ef1d53a0b80d9b02a557692e9fe0b35673129ae84") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.16.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.16.tar.gz
printf '%s %s\n' '69e3d30f8096a8d721589bc4019b49a947200f3f74afb218fb93d87ceeb24f98' 'v2.2.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.16.tar.gz"
$out = "v2.2.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "69e3d30f8096a8d721589bc4019b49a947200f3f74afb218fb93d87ceeb24f98") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.16.zip
printf '%s %s\n' '407a0269ec07807418b9548ef1d53a0b80d9b02a557692e9fe0b35673129ae84' 'v2.2.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.16.zip"
$out = "v2.2.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "407a0269ec07807418b9548ef1d53a0b80d9b02a557692e9fe0b35673129ae84") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.16.tar.gz
printf '%s %s\n' '69e3d30f8096a8d721589bc4019b49a947200f3f74afb218fb93d87ceeb24f98' 'v2.2.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.16.tar.gz"
$out = "v2.2.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "69e3d30f8096a8d721589bc4019b49a947200f3f74afb218fb93d87ceeb24f98") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.16.zip | zip | 68.4 KiB |
blake3-24 74eac326faec8992172f32a15c7ebae982c9e0aeb83f32dd
sha256 407a0269ec07807418b9548ef1d53a0b80d9b02a557692e9fe0b35673129ae84
sha1 def8a68e6c0363c36fabc7d5125086419915165b
|
| v2.2.16.tar.gz | tar.gz | 51.9 KiB |
blake3-24 e8bb6c79b31c66e6977bf0f624c2a7505568495e107832e4
sha256 69e3d30f8096a8d721589bc4019b49a947200f3f74afb218fb93d87ceeb24f98
sha1 4c3b0cde2799e134dcf7e6dc1d411049d5b9ecfe
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.16.tar.gz"],
integrity = "sha256-aePTD4CWqNchWJvEAZtJqUcgDz90r7IY+5PYfO6yT5g=",
strip_prefix = "meshtastic-protobufs-v2.2.16",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.16.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.16.tar.gz"],
integrity = "sha256-aePTD4CWqNchWJvEAZtJqUcgDz90r7IY+5PYfO6yT5g=",
strip_prefix = "meshtastic-protobufs-v2.2.16",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.16.tar.gz",