vault / meshtastic-protobufs / v2.0.16
meshtastic-protobufs @ v2.0.16
integrity
- size
- 61.2 KiB
- downloaded
- last checked
release notes
Protobufs for version v2.0.16 release of Meshtastic firmware
- @rcarteraz made their first contribution in https://github.com/meshtastic/protobufs/pull/296
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.0.15...v2.0.16
download
unix · zip
curl -fL -o v2.0.16.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.16.zip
printf '%s %s\n' '8f84e9ef04f203d47257718edc458b057b0d36c6de7eaee7f96d4e9b6522ab75' 'v2.0.16.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.16.zip"
$out = "v2.0.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f84e9ef04f203d47257718edc458b057b0d36c6de7eaee7f96d4e9b6522ab75") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.16.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.16.tar.gz
printf '%s %s\n' 'e353b19010be17a4a97998d3338a7ae6f965f66353b690491a1545192c71f4e9' 'v2.0.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.16.tar.gz"
$out = "v2.0.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e353b19010be17a4a97998d3338a7ae6f965f66353b690491a1545192c71f4e9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.16.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.16.zip
printf '%s %s\n' '8f84e9ef04f203d47257718edc458b057b0d36c6de7eaee7f96d4e9b6522ab75' 'v2.0.16.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.16.zip"
$out = "v2.0.16.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f84e9ef04f203d47257718edc458b057b0d36c6de7eaee7f96d4e9b6522ab75") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.16.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.16.tar.gz
printf '%s %s\n' 'e353b19010be17a4a97998d3338a7ae6f965f66353b690491a1545192c71f4e9' 'v2.0.16.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.16.tar.gz"
$out = "v2.0.16.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e353b19010be17a4a97998d3338a7ae6f965f66353b690491a1545192c71f4e9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.16.zip | zip | 61.9 KiB |
blake3-24 ac65a67a0d0f9eb0c63d2896a56a82c2ae2505a2da2975f6
sha256 8f84e9ef04f203d47257718edc458b057b0d36c6de7eaee7f96d4e9b6522ab75
sha1 a9a908e90b76f41939a10df4e7a69d5a742ebdae
|
| v2.0.16.tar.gz | tar.gz | 46.5 KiB |
blake3-24 7e5f1c3fca8ebeb19b8e189f3a8549a8d12e1e4359b83b7e
sha256 e353b19010be17a4a97998d3338a7ae6f965f66353b690491a1545192c71f4e9
sha1 d0d12be5dfb9205afef4d92f4a84e34b7d9ed532
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.16.tar.gz"],
integrity = "sha256-41OxkBC+F6SpeZjTM4p65vll9mNTtpBJGhVFGSxx9Ok=",
strip_prefix = "meshtastic-protobufs-v2.0.16",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.16.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.16.tar.gz"],
integrity = "sha256-41OxkBC+F6SpeZjTM4p65vll9mNTtpBJGhVFGSxx9Ok=",
strip_prefix = "meshtastic-protobufs-v2.0.16",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.16.tar.gz",