yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meshtastic-protobufs/v2.0.14
vault / meshtastic-protobufs / v2.0.14

meshtastic-protobufs @ v2.0.14

integrity

size
61.8 KiB
downloaded
last checked
source https://github.com/meshtastic/protobufs · available · github

release notes

Protobufs for version 2.0.14 release of Meshtastic firmware

download

unix · zip
curl -fL -o v2.0.14.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.14.zip
                    printf '%s  %s\n' '76f09545dfb3b3b785919af6add85a1925c480d2c9d5590c0ed69ab425f9fa9f' 'v2.0.14.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.14.zip"
$out = "v2.0.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "76f09545dfb3b3b785919af6add85a1925c480d2c9d5590c0ed69ab425f9fa9f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.14.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.14.tar.gz
                    printf '%s  %s\n' 'b534c32dfcb7e139dc4a8f022c3e88b34a897d4f9d13889eb7c0dc52de377113' 'v2.0.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.14.tar.gz"
$out = "v2.0.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b534c32dfcb7e139dc4a8f022c3e88b34a897d4f9d13889eb7c0dc52de377113") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.14.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.14.zip
                    printf '%s  %s\n' '76f09545dfb3b3b785919af6add85a1925c480d2c9d5590c0ed69ab425f9fa9f' 'v2.0.14.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.14.zip"
$out = "v2.0.14.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "76f09545dfb3b3b785919af6add85a1925c480d2c9d5590c0ed69ab425f9fa9f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.14.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.14.tar.gz
                    printf '%s  %s\n' 'b534c32dfcb7e139dc4a8f022c3e88b34a897d4f9d13889eb7c0dc52de377113' 'v2.0.14.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.14.tar.gz"
$out = "v2.0.14.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b534c32dfcb7e139dc4a8f022c3e88b34a897d4f9d13889eb7c0dc52de377113") { throw "sha256 mismatch" }
artifact format size hashes
v2.0.14.zip zip 62.5 KiB
blake3-24 b2de620ae7e709522d78f29e9ed0698734726a3a94ac6745
sha256 76f09545dfb3b3b785919af6add85a1925c480d2c9d5590c0ed69ab425f9fa9f
sha1 c2c193c411ae6624a2b8aa69c7b7533fae68cd5e
v2.0.14.tar.gz tar.gz 46.8 KiB
blake3-24 30927abd6251e3ca39e4ce9180c9532ab8e3eddee592cb95
sha256 b534c32dfcb7e139dc4a8f022c3e88b34a897d4f9d13889eb7c0dc52de377113
sha1 25a6579710001eefc78044565e03b8f907d021c8

install

bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.14.tar.gz"],
    integrity = "sha256-tTTDLfy34TncSo8CLD6Is0qJfU+dE4iet8DcUt43cRM=",
    strip_prefix = "meshtastic-protobufs-v2.0.14",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.0.14.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meshtastic-protobufs",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.14.tar.gz"],
    integrity = "sha256-tTTDLfy34TncSo8CLD6Is0qJfU+dE4iet8DcUt43cRM=",
    strip_prefix = "meshtastic-protobufs-v2.0.14",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.0.14.tar.gz",
← v2.0.15v2.0.13 →