vault / meshtastic-protobufs / v2.1.18
meshtastic-protobufs @ v2.1.18
integrity
- size
- 66.7 KiB
- downloaded
- last checked
release notes
What's Changed
- Infrastructure for clients to proxy MQTT traffic to node by @thebentern in https://github.com/meshtastic/protobufs/pull/362
- Ambient Lighting Module protos by @charminULTRA in https://github.com/meshtastic/protobufs/pull/361
- Mqtt client proxy config and reworked payload by @thebentern in https://github.com/meshtastic/protobufs/pull/363
- New hardware models by @thebentern in https://github.com/meshtastic/protobufs/pull/364
New Contributors
- @charminULTRA made their first contribution in https://github.com/meshtastic/protobufs/pull/361
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.17...v2.1.18
download
unix · zip
curl -fL -o v2.1.18.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.zip
printf '%s %s\n' '98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee' 'v2.1.18.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.zip"
$out = "v2.1.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.18.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.tar.gz
printf '%s %s\n' 'bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578' 'v2.1.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.tar.gz"
$out = "v2.1.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.18.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.zip
printf '%s %s\n' '98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee' 'v2.1.18.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.zip"
$out = "v2.1.18.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.18.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.tar.gz
printf '%s %s\n' 'bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578' 'v2.1.18.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.tar.gz"
$out = "v2.1.18.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.18.zip | zip | 67.6 KiB |
blake3-24 cd7a03f1454abab93ab375599402f6a882aa2ae3cba82e9e
sha256 98ebc62a25941636a12ad7976339401dd35561339846c0b7af44760aefbf36ee
sha1 76d4342ef4ea9cac805acf2cc16f551304227aa7
|
| v2.1.18.tar.gz | tar.gz | 50.8 KiB |
blake3-24 c9c6fd785db2684cfa1b131d3294cfb21ccc083dbba78832
sha256 bf7eed031df27c920bd79f5742e767d5f2e2b89498d0e0605e5c394c48093578
sha1 2efefd4e16a5aecd6d2746c980aaac46da05f8b4
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.tar.gz"],
integrity = "sha256-v37tAx3yfJIL159XQudn1fLiuJSY0OBgXlw5TEgJNXg=",
strip_prefix = "meshtastic-protobufs-v2.1.18",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.18.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.tar.gz"],
integrity = "sha256-v37tAx3yfJIL159XQudn1fLiuJSY0OBgXlw5TEgJNXg=",
strip_prefix = "meshtastic-protobufs-v2.1.18",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.18.tar.gz",