vault / meshtastic-protobufs / v2.5.0
meshtastic-protobufs @ v2.5.0
integrity
- size
- 81.3 KiB
- downloaded
- last checked
release notes
What's Changed
- Add PKI_UNKNOWN_PUBKEY by @jp-bennett in https://github.com/meshtastic/protobufs/pull/557
- Adds Admin session_passkey to prevent replay of admin packets by @jp-bennett in https://github.com/meshtastic/protobufs/pull/558
- Local device mesh stats container by @thebentern in https://github.com/meshtastic/protobufs/pull/560
- Update mesh.proto add Minewsemi ME25LS01 LR1110 breakout ME25LE01_V1.0 by @markbirss in https://github.com/meshtastic/protobufs/pull/561
- Edit Comments of Canned Messages by @pdxlocations in https://github.com/meshtastic/protobufs/pull/555
- Set time only admin message by @thebentern in https://github.com/meshtastic/protobufs/pull/562
- 2.5 by @jp-bennett in https://github.com/meshtastic/protobufs/pull/553
- Add route back and SNR lists to RouteDiscovery for traceroute by @GUVWAF in https://github.com/meshtastic/protobufs/pull/563
- Adds a blank config for fetching a remote admin session key by @jp-bennett in https://github.com/meshtastic/protobufs/pull/564
- miltieIV2/add support for adafruit feather rp2040 rfm95 by @miltieIV2 in https://github.com/meshtastic/protobufs/pull/559
- remove and merge deprecated serial/bt logging options by @geeksville in https://github.com/meshtastic/protobufs/pull/565
- Make admin_key repeated max count 1, for future expansion by @jp-bennett in https://github.com/meshtastic/protobufs/pull/567
- Be available for M5 corebasic2.7、core2 by @weekroom in https://github.com/meshtastic/protobufs/pull/568
- Custom i2c sensor telemetry by @thebentern in https://github.com/meshtastic/protobufs/pull/569
- Add new MeshPacket priority HIGH by @GUVWAF in https://github.com/meshtastic/protobufs/pull/570
- Add RESPONSE priority for responses to a request by @GUVWAF in https://github.com/meshtastic/protobufs/pull/571
- Adds OKToMqtt bool to data by @jp-bennett in https://github.com/meshtastic/protobufs/pull/573
- Move ok_to_mqtt from flag to bitfield by @jp-bennett in https://github.com/meshtastic/protobufs/pull/574
New Contributors
- @miltieIV2 made their first contribution in https://github.com/meshtastic/protobufs/pull/559
- @weekroom made their first contribution in https://github.com/meshtastic/protobufs/pull/568
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.4.3...v2.5.0
download
unix · zip
curl -fL -o v2.5.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.zip
printf '%s %s\n' '21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177' 'v2.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.zip"
$out = "v2.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.tar.gz
printf '%s %s\n' 'e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571' 'v2.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.tar.gz"
$out = "v2.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.zip
printf '%s %s\n' '21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177' 'v2.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.zip"
$out = "v2.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.tar.gz
printf '%s %s\n' 'e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571' 'v2.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.tar.gz"
$out = "v2.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.0.zip | zip | 82.5 KiB |
blake3-24 d718c8069dc88846c66c1eae8669bd9bbaf8aacb91e1e608
sha256 21ad6b59cf3224231e724aaaff6eb49137bb06754b869117c50dded7c186c177
sha1 1ad65e137b42cea52135127f7b86dbeaea577d21
|
| v2.5.0.tar.gz | tar.gz | 63.8 KiB |
blake3-24 83c7aa57f3d88e6421feacb789cacdad70a7754a31104d7e
sha256 e627ba0fa0415b8c17ab4ae59a0637c981eb90c7df2387978fa869e9100fc571
sha1 06b85a1f7672f39336a12717b459d2c38d79e875
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.tar.gz"],
integrity = "sha256-5ie6D6BBW4wXq0rlmgY3yYHrkMffI4eXj6hp6RAPxXE=",
strip_prefix = "meshtastic-protobufs-v2.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.5.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.tar.gz"],
integrity = "sha256-5ie6D6BBW4wXq0rlmgY3yYHrkMffI4eXj6hp6RAPxXE=",
strip_prefix = "meshtastic-protobufs-v2.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.5.0.tar.gz",