vault / meshtastic-protobufs / v2.5.3
meshtastic-protobufs @ v2.5.3
integrity
- size
- 81.9 KiB
- downloaded
- last checked
release notes
What's Changed
- feat: add seeed xiao s3 by @Dylanliacc in https://github.com/meshtastic/protobufs/pull/587
- Update mesh.proto fix MS24SF1 build by @markbirss in https://github.com/meshtastic/protobufs/pull/588
- Implement more flexible triggering in DetectionSensor by @augustozanellato in https://github.com/meshtastic/protobufs/pull/582
- Add TLora-C6 by @caveman99 in https://github.com/meshtastic/protobufs/pull/589
New Contributors
- @Dylanliacc made their first contribution in https://github.com/meshtastic/protobufs/pull/587
- @augustozanellato made their first contribution in https://github.com/meshtastic/protobufs/pull/582
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.2...v2.5.3
download
unix · zip
curl -fL -o v2.5.3.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.zip
printf '%s %s\n' '57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe' 'v2.5.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.zip"
$out = "v2.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.3.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.tar.gz
printf '%s %s\n' '3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0' 'v2.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.tar.gz"
$out = "v2.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.zip
printf '%s %s\n' '57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe' 'v2.5.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.zip"
$out = "v2.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.tar.gz
printf '%s %s\n' '3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0' 'v2.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.tar.gz"
$out = "v2.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.3.zip | zip | 83.1 KiB |
blake3-24 48f11157da7dfdcff6ab6d1e9397e38013e61943a0b851e8
sha256 57865850069bd3b3c94ba36eb9741db45d3044553fd424bafef7d2150c5876fe
sha1 f5c815a5c44b32f48fb2b75c5201c473835d3bba
|
| v2.5.3.tar.gz | tar.gz | 64.3 KiB |
blake3-24 85d89579f12fd48e6098af660b96da878b960d49a6b30c01
sha256 3edf399fae974983c360b96fe73988f537dccf82f80a4ed4c4eeddd99a04c6a0
sha1 f831e79242c3d078390dbb0e19e588c58d497a56
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.tar.gz"],
integrity = "sha256-Pt85n66XSYPDYLlv5zmI9Tfcz4L4Ck7UxO7d2ZoExqA=",
strip_prefix = "meshtastic-protobufs-v2.5.3",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.tar.gz"],
integrity = "sha256-Pt85n66XSYPDYLlv5zmI9Tfcz4L4Ck7UxO7d2ZoExqA=",
strip_prefix = "meshtastic-protobufs-v2.5.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.3.tar.gz",