vault / meshtastic-protobufs / v2.7.15
meshtastic-protobufs @ v2.7.15
integrity
- size
- 99.2 KiB
- downloaded
- last checked
release notes
What's Changed
- Add Device ID for RAK6421 Hat in mesh.proto by @jp-bennett in https://github.com/meshtastic/protobufs/pull/812
- Describe further the "to" field in MeshPacket by @andrewdavidmackenzie in https://github.com/meshtastic/protobufs/pull/811
New Contributors
- @andrewdavidmackenzie made their first contribution in https://github.com/meshtastic/protobufs/pull/811
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.14...v2.7.15
download
unix · zip
curl -fL -o v2.7.15.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.15.zip
printf '%s %s\n' 'd2939a2e9fd0458451e5e803f0022a22ef60ebd43bbaa58398ef1ca6e5a3e2dd' 'v2.7.15.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.15.zip"
$out = "v2.7.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2939a2e9fd0458451e5e803f0022a22ef60ebd43bbaa58398ef1ca6e5a3e2dd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.15.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.15.tar.gz
printf '%s %s\n' '2029807260e51e3d6beaa24120bc116d6003823cfee613a58b6c884fd2397a00' 'v2.7.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.15.tar.gz"
$out = "v2.7.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2029807260e51e3d6beaa24120bc116d6003823cfee613a58b6c884fd2397a00") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.15.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.15.zip
printf '%s %s\n' 'd2939a2e9fd0458451e5e803f0022a22ef60ebd43bbaa58398ef1ca6e5a3e2dd' 'v2.7.15.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.15.zip"
$out = "v2.7.15.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2939a2e9fd0458451e5e803f0022a22ef60ebd43bbaa58398ef1ca6e5a3e2dd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.15.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.15.tar.gz
printf '%s %s\n' '2029807260e51e3d6beaa24120bc116d6003823cfee613a58b6c884fd2397a00' 'v2.7.15.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.15.tar.gz"
$out = "v2.7.15.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2029807260e51e3d6beaa24120bc116d6003823cfee613a58b6c884fd2397a00") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.15.zip | zip | 100.2 KiB |
blake3-24 a028acfdfac19cdcc9b7b827ac09020a6bb837ed09290cf4
sha256 d2939a2e9fd0458451e5e803f0022a22ef60ebd43bbaa58398ef1ca6e5a3e2dd
sha1 73689c49f18ad077a2f2190b70af2571e69abdec
|
| v2.7.15.tar.gz | tar.gz | 77.6 KiB |
blake3-24 195cc430b9f3dab65a772a352cce9feeb5207d988ce91fba
sha256 2029807260e51e3d6beaa24120bc116d6003823cfee613a58b6c884fd2397a00
sha1 87cb92a5f7c9e0429b78cd0e4b07d2acd92a58b6
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.15.tar.gz"],
integrity = "sha256-ICmAcmDlHj1r6qJBILwRbWADgjz+5hOli2yIT9I5egA=",
strip_prefix = "meshtastic-protobufs-v2.7.15",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.15.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.15.tar.gz"],
integrity = "sha256-ICmAcmDlHj1r6qJBILwRbWADgjz+5hOli2yIT9I5egA=",
strip_prefix = "meshtastic-protobufs-v2.7.15",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.15.tar.gz",