vault / meshtastic-protobufs / v2.7.5
meshtastic-protobufs @ v2.7.5
integrity
- size
- 92.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Add nonce to heartbeat by @thebentern in https://github.com/meshtastic/protobufs/pull/751
- Add transport mechanism in MeshPacket by @jp-bennett in https://github.com/meshtastic/protobufs/pull/748
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.4...v2.7.5
download
unix · zip
curl -fL -o v2.7.5.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.5.zip
printf '%s %s\n' 'dd597b0e2f5fc0635d3331fa88c2882860831f31044479db3cab519f8031b417' 'v2.7.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.5.zip"
$out = "v2.7.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dd597b0e2f5fc0635d3331fa88c2882860831f31044479db3cab519f8031b417") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.5.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.5.tar.gz
printf '%s %s\n' 'd4afc9b43d64860dce67924af35b3ee1e6b663c4e6894105374de5e7660bc63c' 'v2.7.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.5.tar.gz"
$out = "v2.7.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d4afc9b43d64860dce67924af35b3ee1e6b663c4e6894105374de5e7660bc63c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.5.zip
printf '%s %s\n' 'dd597b0e2f5fc0635d3331fa88c2882860831f31044479db3cab519f8031b417' 'v2.7.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.5.zip"
$out = "v2.7.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "dd597b0e2f5fc0635d3331fa88c2882860831f31044479db3cab519f8031b417") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.5.tar.gz
printf '%s %s\n' 'd4afc9b43d64860dce67924af35b3ee1e6b663c4e6894105374de5e7660bc63c' 'v2.7.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.5.tar.gz"
$out = "v2.7.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d4afc9b43d64860dce67924af35b3ee1e6b663c4e6894105374de5e7660bc63c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.5.zip | zip | 93.9 KiB |
blake3-24 ffef6fb3f0b41a2b5ff9a820d87fe621cd297df2edd82ebb
sha256 dd597b0e2f5fc0635d3331fa88c2882860831f31044479db3cab519f8031b417
sha1 a23246550b216a59a831f173ab63ea69df7143b3
|
| v2.7.5.tar.gz | tar.gz | 73.8 KiB |
blake3-24 e4076ff79402b48c75ca89bb275f095b0aaefd2924e9922f
sha256 d4afc9b43d64860dce67924af35b3ee1e6b663c4e6894105374de5e7660bc63c
sha1 8ce41f9b0f044a562ce389c607116a10ffdc67a7
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.5.tar.gz"],
integrity = "sha256-1K/JtD1khg3OZ5JK81s+4ea2Y8TmiUEFN03l52YLxjw=",
strip_prefix = "meshtastic-protobufs-v2.7.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.5.tar.gz"],
integrity = "sha256-1K/JtD1khg3OZ5JK81s+4ea2Y8TmiUEFN03l52YLxjw=",
strip_prefix = "meshtastic-protobufs-v2.7.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.5.tar.gz",