vault / meshtastic-protobufs / v2.3.0
meshtastic-protobufs @ v2.3.0
integrity
- size
- 72.4 KiB
- downloaded
- last checked
release notes
What's Changed
- Fix MeshPacket.to comment by @tobymurray in https://github.com/meshtastic/protobufs/pull/450
- Add hopStart to MeshPacket by @GUVWAF in https://github.com/meshtastic/protobufs/pull/454
- Add via_mqtt and hops_away to NodeInfo/Lite by @thebentern in https://github.com/meshtastic/protobufs/pull/456
- Remove Broken Links to Documentation by @pdxlocations in https://github.com/meshtastic/protobufs/pull/457
- add BMP085 (BMP180) sensor to enum TelemetrySensorType by @thoherr in https://github.com/meshtastic/protobufs/pull/459
- MapReport message and config for MQTT by @GUVWAF in https://github.com/meshtastic/protobufs/pull/461
- Add explicit Heartbeat packet for clients to keep alive (serial) connections by @ajmcquilkin in https://github.com/meshtastic/protobufs/pull/462
New Contributors
- @pdxlocations made their first contribution in https://github.com/meshtastic/protobufs/pull/457
- @thoherr made their first contribution in https://github.com/meshtastic/protobufs/pull/459
- @ajmcquilkin made their first contribution in https://github.com/meshtastic/protobufs/pull/462
Full Changelog: https://github.com/meshtastic/protobufs/compare/v2.2.24...v2.3.0
download
unix · zip
curl -fL -o v2.3.0.zip https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.zip
printf '%s %s\n' '1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5' 'v2.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.zip"
$out = "v2.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.0.tar.gz https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.tar.gz
printf '%s %s\n' '97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886' 'v2.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.tar.gz"
$out = "v2.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.zip
printf '%s %s\n' '1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5' 'v2.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.zip"
$out = "v2.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.tar.gz
printf '%s %s\n' '97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886' 'v2.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.tar.gz"
$out = "v2.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.3.0.zip | zip | 73.5 KiB |
blake3-24 902accad50b2f88254dfc08b02d7df84e10d97dc754f63f5
sha256 1d3750050a46aeaeeb6416a200b3a5161f3546c3658ac0618f43b96752418cc5
sha1 b612b301a550f46ea1f606e406a3d01445f894a3
|
| v2.3.0.tar.gz | tar.gz | 55.5 KiB |
blake3-24 71979c5d854e49866d9235b1db448655c483fae149a99589
sha256 97cc3077a34eca329313ce5b67937c432434f408da511de0c26f3490e9941886
sha1 f6fcfcd92522e3335263233252c3416ba836020c
|
install
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.tar.gz"],
integrity = "sha256-l8wwd6NOyjKTE85bZ5N8QyQ09AjaUR3gwm80kOmUGIY=",
strip_prefix = "meshtastic-protobufs-v2.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-protobufs/v2.3.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-protobufs",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.tar.gz"],
integrity = "sha256-l8wwd6NOyjKTE85bZ5N8QyQ09AjaUR3gwm80kOmUGIY=",
strip_prefix = "meshtastic-protobufs-v2.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-protobufs/v2.3.0.tar.gz",