vault / meshtastic-protobufs / v2.1.7
meshtastic-protobufs @ v2.1.7
integrity
- size
- 62.5 KiB
- downloaded
- last checked
release notes
What's Changed
- Bool to enable tls on mqtt connection by @thebentern in https://github.com/meshtastic/protobufs/pull/334
- fix: update ChannelSettings field comments by @andrekir in https://github.com/meshtastic/protobufs/pull/336
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.1.6...v2.1.7
download
unix · zip
curl -fL -o v2.1.7.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.7.zip
printf '%s %s\n' 'cbccac72771a16dc33eafaef1e76989d39806f8f223169a6ed3c6d61dfa42bda' 'v2.1.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.7.zip"
$out = "v2.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cbccac72771a16dc33eafaef1e76989d39806f8f223169a6ed3c6d61dfa42bda") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.7.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.7.tar.gz
printf '%s %s\n' '3985b0776c6c59cd783df42ec07e05fe350ad8df62e9aa80e237571a9c41c455' 'v2.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.7.tar.gz"
$out = "v2.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3985b0776c6c59cd783df42ec07e05fe350ad8df62e9aa80e237571a9c41c455") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.7.zip
printf '%s %s\n' 'cbccac72771a16dc33eafaef1e76989d39806f8f223169a6ed3c6d61dfa42bda' 'v2.1.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.7.zip"
$out = "v2.1.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cbccac72771a16dc33eafaef1e76989d39806f8f223169a6ed3c6d61dfa42bda") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.7.tar.gz
printf '%s %s\n' '3985b0776c6c59cd783df42ec07e05fe350ad8df62e9aa80e237571a9c41c455' 'v2.1.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.7.tar.gz"
$out = "v2.1.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3985b0776c6c59cd783df42ec07e05fe350ad8df62e9aa80e237571a9c41c455") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.7.zip | zip | 63.3 KiB |
blake3-24 fc3c3bdf8a684bcc4e5d3cd6b7e2168613dec97ef1dd2e7b
sha256 cbccac72771a16dc33eafaef1e76989d39806f8f223169a6ed3c6d61dfa42bda
sha1 b05c0e615192b5383a25cfa20af61817b7f3819b
|
| v2.1.7.tar.gz | tar.gz | 48.0 KiB |
blake3-24 e5860700dbb9cd759f52059a8eb0c3469fae4dc533191ed8
sha256 3985b0776c6c59cd783df42ec07e05fe350ad8df62e9aa80e237571a9c41c455
sha1 43e5f1a41dff15d6c614ce5e55c1b2e2fb822538
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.7.tar.gz"],
integrity = "sha256-OYWwd2xsWc14PfQuwH4F/jUK2N9i6aqA4jdXGpxBxFU=",
strip_prefix = "meshtastic-protobufs-v2.1.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.1.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.7.tar.gz"],
integrity = "sha256-OYWwd2xsWc14PfQuwH4F/jUK2N9i6aqA4jdXGpxBxFU=",
strip_prefix = "meshtastic-protobufs-v2.1.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.1.7.tar.gz",