vault / meshtastic-protobufs / v2.2.1
meshtastic-protobufs @ v2.2.1
integrity
- size
- 66.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Add LoraType hardware model by @thebentern in https://github.com/meshtastic/protobufs/pull/379
- Remove deprecated mesh_sds_timeout_secs and bump node_db_lite to 100 for now by @thebentern in https://github.com/meshtastic/protobufs/pull/380
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.0...v2.2.1
download
unix · zip
curl -fL -o v2.2.1.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.1.zip
printf '%s %s\n' 'c56b48ce8a86a2acb904b4f8c08fef77892eb468d0aac5f7aa50a16ded17b4c5' 'v2.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.1.zip"
$out = "v2.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c56b48ce8a86a2acb904b4f8c08fef77892eb468d0aac5f7aa50a16ded17b4c5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.1.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.1.tar.gz
printf '%s %s\n' 'a46902cb39be1f8bbb890e4304f0ce6e027c1f829f86a71db454f463cf4580ab' 'v2.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.1.tar.gz"
$out = "v2.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a46902cb39be1f8bbb890e4304f0ce6e027c1f829f86a71db454f463cf4580ab") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.1.zip
printf '%s %s\n' 'c56b48ce8a86a2acb904b4f8c08fef77892eb468d0aac5f7aa50a16ded17b4c5' 'v2.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.1.zip"
$out = "v2.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c56b48ce8a86a2acb904b4f8c08fef77892eb468d0aac5f7aa50a16ded17b4c5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.1.tar.gz
printf '%s %s\n' 'a46902cb39be1f8bbb890e4304f0ce6e027c1f829f86a71db454f463cf4580ab' 'v2.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.1.tar.gz"
$out = "v2.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a46902cb39be1f8bbb890e4304f0ce6e027c1f829f86a71db454f463cf4580ab") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.1.zip | zip | 67.2 KiB |
blake3-24 9a536d7282e5271ea551da2aed841d23a91b4749d1a73042
sha256 c56b48ce8a86a2acb904b4f8c08fef77892eb468d0aac5f7aa50a16ded17b4c5
sha1 d7f0f54956e664f4b47c97727377f8b3240f3547
|
| v2.2.1.tar.gz | tar.gz | 50.6 KiB |
blake3-24 d7671c3e7cef2174537bd1c0294c1bed5e3ea3e05dbb3dc7
sha256 a46902cb39be1f8bbb890e4304f0ce6e027c1f829f86a71db454f463cf4580ab
sha1 4a703cacaeaacd39edf1331b64f5bacee5c4471e
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.1.tar.gz"],
integrity = "sha256-pGkCyzm+H4u7iQ5DBPDObgJ8H4KfhqcdtFT0Y89FgKs=",
strip_prefix = "meshtastic-protobufs-v2.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.2.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.1.tar.gz"],
integrity = "sha256-pGkCyzm+H4u7iQ5DBPDObgJ8H4KfhqcdtFT0Y89FgKs=",
strip_prefix = "meshtastic-protobufs-v2.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.2.1.tar.gz",