vault / meshtastic-protobufs / v2.5.19
meshtastic-protobufs @ v2.5.19
integrity
- size
- 85.6 KiB
- downloaded
- last checked
release notes
What's Changed
- device-ui: add channel filter, add slovenian by @mverch67 in https://github.com/meshtastic/protobufs/pull/642
- Add protocol flags to enable UDP broadcasts and other future local networking transports by @thebentern in https://github.com/meshtastic/protobufs/pull/643
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.5.18...v2.5.19
download
unix · zip
curl -fL -o v2.5.19.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.19.zip
printf '%s %s\n' 'edf489f067f586229d8232df0a3679f6100db1bd81407fa1b8416b8198ee4737' 'v2.5.19.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.19.zip"
$out = "v2.5.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "edf489f067f586229d8232df0a3679f6100db1bd81407fa1b8416b8198ee4737") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.19.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.19.tar.gz
printf '%s %s\n' 'd05d45562f71ab99de6e4c165d19f29faaf8c727db1582a5fa525133c3527598' 'v2.5.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.19.tar.gz"
$out = "v2.5.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d05d45562f71ab99de6e4c165d19f29faaf8c727db1582a5fa525133c3527598") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.19.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.19.zip
printf '%s %s\n' 'edf489f067f586229d8232df0a3679f6100db1bd81407fa1b8416b8198ee4737' 'v2.5.19.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.19.zip"
$out = "v2.5.19.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "edf489f067f586229d8232df0a3679f6100db1bd81407fa1b8416b8198ee4737") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.19.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.19.tar.gz
printf '%s %s\n' 'd05d45562f71ab99de6e4c165d19f29faaf8c727db1582a5fa525133c3527598' 'v2.5.19.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.19.tar.gz"
$out = "v2.5.19.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d05d45562f71ab99de6e4c165d19f29faaf8c727db1582a5fa525133c3527598") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.19.zip | zip | 86.9 KiB |
blake3-24 56c66b6a85ee7208bedd7835f70aae9bdf8790adf9f63695
sha256 edf489f067f586229d8232df0a3679f6100db1bd81407fa1b8416b8198ee4737
sha1 adb58d80aa45a13a8454b22709d61e468a7fbfa8
|
| v2.5.19.tar.gz | tar.gz | 67.2 KiB |
blake3-24 bb4c8b743dad9c4e27cb8c4b406e8223eab29a6cd7c400ff
sha256 d05d45562f71ab99de6e4c165d19f29faaf8c727db1582a5fa525133c3527598
sha1 466b3e3d08d78580275b49c70f36ad14933f3544
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.19.tar.gz"],
integrity = "sha256-0F1FVi9xq5nebkwWXRnyn6r4xyfbFYKl+lJRM8NSdZg=",
strip_prefix = "meshtastic-protobufs-v2.5.19",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.19.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.19.tar.gz"],
integrity = "sha256-0F1FVi9xq5nebkwWXRnyn6r4xyfbFYKl+lJRM8NSdZg=",
strip_prefix = "meshtastic-protobufs-v2.5.19",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.19.tar.gz",