vault / meshtastic-protobufs / v2.3.11
meshtastic-protobufs @ v2.3.11
integrity
- size
- 75.0 KiB
- downloaded
- last checked
release notes
What's Changed
- Synchronize ham short_name length with meshtastic user short_name length by @tuxphone in https://github.com/meshtastic/protobufs/pull/502
- Add ID for Bandit Nano by @gjelsoe in https://github.com/meshtastic/protobufs/pull/504
- Fix invalid protobuf by @jurriaan in https://github.com/meshtastic/protobufs/pull/505
- Added to_callsign to atak GeoChat by @thebentern in https://github.com/meshtastic/protobufs/pull/506
- Update telemetry.proto by @alexander-smyslov in https://github.com/meshtastic/protobufs/pull/507
New Contributors
- @tuxphone made their first contribution in https://github.com/meshtastic/protobufs/pull/502
- @gjelsoe made their first contribution in https://github.com/meshtastic/protobufs/pull/504
- @jurriaan made their first contribution in https://github.com/meshtastic/protobufs/pull/505
- @alexander-smyslov made their first contribution in https://github.com/meshtastic/protobufs/pull/507
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.3.10...v2.3.11
download
unix · zip
curl -fL -o v2.3.11.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.11.zip
printf '%s %s\n' 'ae29265f1922f7cb67a03776d3e602c3451112fe32771b7e78dcb284410699f1' 'v2.3.11.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.11.zip"
$out = "v2.3.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ae29265f1922f7cb67a03776d3e602c3451112fe32771b7e78dcb284410699f1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.11.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.11.tar.gz
printf '%s %s\n' 'f911094c4dca0be32f0e4c6d23a8cc09619b196bc9d2babd1daeefd21a34993d' 'v2.3.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.11.tar.gz"
$out = "v2.3.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f911094c4dca0be32f0e4c6d23a8cc09619b196bc9d2babd1daeefd21a34993d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.11.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.11.zip
printf '%s %s\n' 'ae29265f1922f7cb67a03776d3e602c3451112fe32771b7e78dcb284410699f1' 'v2.3.11.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.11.zip"
$out = "v2.3.11.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ae29265f1922f7cb67a03776d3e602c3451112fe32771b7e78dcb284410699f1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.11.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.11.tar.gz
printf '%s %s\n' 'f911094c4dca0be32f0e4c6d23a8cc09619b196bc9d2babd1daeefd21a34993d' 'v2.3.11.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.11.tar.gz"
$out = "v2.3.11.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f911094c4dca0be32f0e4c6d23a8cc09619b196bc9d2babd1daeefd21a34993d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.11.zip | zip | 76.2 KiB |
blake3-24 3e58de628191797be97e0e02e37e068bfc6e999aecf0af45
sha256 ae29265f1922f7cb67a03776d3e602c3451112fe32771b7e78dcb284410699f1
sha1 6f9817266e863abae43f8f9ef1131fd46d0da61a
|
| v2.3.11.tar.gz | tar.gz | 58.5 KiB |
blake3-24 445879b4880f1072bf47608d8348a35e169046fac9ad9cdb
sha256 f911094c4dca0be32f0e4c6d23a8cc09619b196bc9d2babd1daeefd21a34993d
sha1 45a2db44b255ec0b146dce11da5c33df589b1a9c
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.11.tar.gz"],
integrity = "sha256-+REJTE3KC+MvDkxtI6jMCWGbGWvJ0rq9Ha7v0ho0mT0=",
strip_prefix = "meshtastic-protobufs-v2.3.11",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.11.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.11.tar.gz"],
integrity = "sha256-+REJTE3KC+MvDkxtI6jMCWGbGWvJ0rq9Ha7v0ho0mT0=",
strip_prefix = "meshtastic-protobufs-v2.3.11",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.11.tar.gz",