vault / meshtastic-protobufs / v2.0.19
meshtastic-protobufs @ v2.0.19
integrity
- size
- 62.8 KiB
- downloaded
- last checked
release notes
Protobufs for version v2.0.19 release of Meshtastic firmware
download
unix · zip
curl -fL -o v2.0.19.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.19.zip
printf '%s %s\n' 'bfd57937bcadeb427a1d3d04d2d510195599f39b3ae60f5429cc14b323ffeba9' 'v2.0.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.19.zip"
$out = "v2.0.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bfd57937bcadeb427a1d3d04d2d510195599f39b3ae60f5429cc14b323ffeba9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.19.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.19.tar.gz
printf '%s %s\n' '212e6adb09a018a13a9b18b45345783e2a0e555973b0d0af47474da3da8ff824' 'v2.0.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.19.tar.gz"
$out = "v2.0.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "212e6adb09a018a13a9b18b45345783e2a0e555973b0d0af47474da3da8ff824") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.19.zip
printf '%s %s\n' 'bfd57937bcadeb427a1d3d04d2d510195599f39b3ae60f5429cc14b323ffeba9' 'v2.0.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.19.zip"
$out = "v2.0.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bfd57937bcadeb427a1d3d04d2d510195599f39b3ae60f5429cc14b323ffeba9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.19.tar.gz
printf '%s %s\n' '212e6adb09a018a13a9b18b45345783e2a0e555973b0d0af47474da3da8ff824' 'v2.0.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.19.tar.gz"
$out = "v2.0.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "212e6adb09a018a13a9b18b45345783e2a0e555973b0d0af47474da3da8ff824") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.19.zip | zip | 63.7 KiB |
blake3-24 07986f029b3614a238cac096cadc589a0b9145ff8417ccaf
sha256 bfd57937bcadeb427a1d3d04d2d510195599f39b3ae60f5429cc14b323ffeba9
sha1 a07b1f5ef70a6b50bfa71adb06abf611f1083b20
|
| v2.0.19.tar.gz | tar.gz | 47.7 KiB |
blake3-24 c3f697694f8678e4a0c1a6a4c567b7953e2c58197a9701f6
sha256 212e6adb09a018a13a9b18b45345783e2a0e555973b0d0af47474da3da8ff824
sha1 23b99b914788ffe910abecc106d6cd8f497d9c4f
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.19.tar.gz"],
integrity = "sha256-IS5q2wmgGKE6mxi0U0V4PioOVVlzsNCvR0dNo9qP+CQ=",
strip_prefix = "meshtastic-protobufs-v2.0.19",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.19.tar.gz"],
integrity = "sha256-IS5q2wmgGKE6mxi0U0V4PioOVVlzsNCvR0dNo9qP+CQ=",
strip_prefix = "meshtastic-protobufs-v2.0.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.19.tar.gz",