vault / meshtastic-protobufs / v2.7.22
meshtastic-protobufs @ v2.7.22
integrity
- size
- 116.8 KiB
- downloaded
- last checked
release notes
What's Changed
- Add Hardware Model for T1000-E-Pro by @SeeedZhangyh in https://github.com/meshtastic/protobufs/pull/884
- Add ATAK Plugin TAKPacket V2 protobufs and expand CoT enums by @thebentern in https://github.com/meshtastic/protobufs/pull/887
- Feat/add one wire i2c bridge by @oscgonfer in https://github.com/meshtastic/protobufs/pull/885
- Takv2 geometry and other structures by @thebentern in https://github.com/meshtastic/protobufs/pull/891
- Remote Shell Protobufs by @jp-bennett in https://github.com/meshtastic/protobufs/pull/892
- Multiple one wire channels by @oscgonfer in https://github.com/meshtastic/protobufs/pull/886
- add THINKNODE device IDs by @caveman99 in https://github.com/meshtastic/protobufs/pull/893
New Contributors
- @SeeedZhangyh made their first contribution in https://github.com/meshtastic/protobufs/pull/884
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.7.21...v2.7.22
download
unix · zip
curl -fL -o v2.7.22.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.22.zip
printf '%s %s\n' '12117588c36d708d342f1ab50f1d80c1db8d68e19e35b6fa35fccddd67b5d1d5' 'v2.7.22.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.22.zip"
$out = "v2.7.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "12117588c36d708d342f1ab50f1d80c1db8d68e19e35b6fa35fccddd67b5d1d5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.22.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.22.tar.gz
printf '%s %s\n' '819635f29c590c320d3cc1203ab0e07b63ef14c44753719e645e812b41bc796d' 'v2.7.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.22.tar.gz"
$out = "v2.7.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "819635f29c590c320d3cc1203ab0e07b63ef14c44753719e645e812b41bc796d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.22.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.22.zip
printf '%s %s\n' '12117588c36d708d342f1ab50f1d80c1db8d68e19e35b6fa35fccddd67b5d1d5' 'v2.7.22.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.22.zip"
$out = "v2.7.22.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "12117588c36d708d342f1ab50f1d80c1db8d68e19e35b6fa35fccddd67b5d1d5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.22.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.22.tar.gz
printf '%s %s\n' '819635f29c590c320d3cc1203ab0e07b63ef14c44753719e645e812b41bc796d' 'v2.7.22.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.22.tar.gz"
$out = "v2.7.22.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "819635f29c590c320d3cc1203ab0e07b63ef14c44753719e645e812b41bc796d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.22.zip | zip | 117.8 KiB |
blake3-24 d931565b2c14349a343a39d9f76ce64b32cbc101f7bf7e38
sha256 12117588c36d708d342f1ab50f1d80c1db8d68e19e35b6fa35fccddd67b5d1d5
sha1 6f9e36c346cf9bfc1635908321ed13dce02b2729
|
| v2.7.22.tar.gz | tar.gz | 95.2 KiB |
blake3-24 759dce160316d1888992b3adbbaebfe68e4fe342d5c17985
sha256 819635f29c590c320d3cc1203ab0e07b63ef14c44753719e645e812b41bc796d
sha1 2cbe411b9e9042bc80675d4fffcf3d63c7ada872
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.22.tar.gz"],
integrity = "sha256-gZY18pxZDDINPMEgOrDge2PvFMRHU3GeZF6BK0G8eW0=",
strip_prefix = "meshtastic-protobufs-v2.7.22",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.7.22.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.22.tar.gz"],
integrity = "sha256-gZY18pxZDDINPMEgOrDge2PvFMRHU3GeZF6BK0G8eW0=",
strip_prefix = "meshtastic-protobufs-v2.7.22",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.7.22.tar.gz",