vault / meshtastic-protobufs / v2.5.5
meshtastic-protobufs @ v2.5.5
integrity
- size
- 82.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Add health telemetry by @thebentern in https://github.com/meshtastic/protobufs/pull/590
- Add more packet statistics to LocalStats by @GUVWAF in https://github.com/meshtastic/protobufs/pull/591
- Add MLX90614 non-contact IR temperature sensor. by @fifieldt in https://github.com/meshtastic/protobufs/pull/592
New Contributors
- @fifieldt made their first contribution in https://github.com/meshtastic/protobufs/pull/592
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.4...v2.5.5
download
unix · zip
curl -fL -o v2.5.5.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.5.zip
printf '%s %s\n' '11f41d1507e974d4f3eaba8db987344ffa826f3cb5fd25c7ff846445c551cf24' 'v2.5.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.5.zip"
$out = "v2.5.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11f41d1507e974d4f3eaba8db987344ffa826f3cb5fd25c7ff846445c551cf24") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.5.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.5.tar.gz
printf '%s %s\n' '76befbb586907b354d9a30208133c43f24b96d25e948f979cd0efd8c645b1f10' 'v2.5.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.5.tar.gz"
$out = "v2.5.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "76befbb586907b354d9a30208133c43f24b96d25e948f979cd0efd8c645b1f10") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.5.zip
printf '%s %s\n' '11f41d1507e974d4f3eaba8db987344ffa826f3cb5fd25c7ff846445c551cf24' 'v2.5.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.5.zip"
$out = "v2.5.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "11f41d1507e974d4f3eaba8db987344ffa826f3cb5fd25c7ff846445c551cf24") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.5.tar.gz
printf '%s %s\n' '76befbb586907b354d9a30208133c43f24b96d25e948f979cd0efd8c645b1f10' 'v2.5.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.5.tar.gz"
$out = "v2.5.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "76befbb586907b354d9a30208133c43f24b96d25e948f979cd0efd8c645b1f10") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.5.zip | zip | 83.6 KiB |
blake3-24 83ad07bb6941857c572d744259bd697268c485a444f1982f
sha256 11f41d1507e974d4f3eaba8db987344ffa826f3cb5fd25c7ff846445c551cf24
sha1 81541401aa6aa4c98a0c8e297c89d2b538793e66
|
| v2.5.5.tar.gz | tar.gz | 64.8 KiB |
blake3-24 cad2a252767f53f575e259549280987cb6e95de80a47d2c6
sha256 76befbb586907b354d9a30208133c43f24b96d25e948f979cd0efd8c645b1f10
sha1 c6f6d725b9a17f3f021d377ef71309566ca7f527
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.5.tar.gz"],
integrity = "sha256-dr77tYaQezVNmjAggTPEPyS5bSXpSPl5zQ79jGRbHxA=",
strip_prefix = "meshtastic-protobufs-v2.5.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.5.tar.gz"],
integrity = "sha256-dr77tYaQezVNmjAggTPEPyS5bSXpSPl5zQ79jGRbHxA=",
strip_prefix = "meshtastic-protobufs-v2.5.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.5.tar.gz",