vault / meshtastic-firmware / 0.6.7
meshtastic-firmware @ 0.6.7
integrity
- size
- 12.9 MiB
- downloaded
- last checked
release notes
First beta release! 0.6.7 beta
- More progress on the full DSR implementation (which will make unicast messages more efficient)
- Add support for 4 byte node nums and 4 byte packet ids (will help security and enable things like UDP and MQTT)
- Support for @syed's nrf52 board
- Some changes ot the sx1262 driver to help @dafeman's board effort
- Improve NRF52 debugging environment
- Add support for LCD displays
- Use receive duty cycle to make power draw on sx1262 radios dramatically lower
download
unix · zip
curl -fL -o 0.6.7.zip https://ratatoskr.space/pkg/meshtastic-firmware/0.6.7.zip
printf '%s %s\n' '40651382431574fe64f3b392a3dfd1987eceaa19476e480a8674a93826263217' '0.6.7.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.7.zip"
$out = "0.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40651382431574fe64f3b392a3dfd1987eceaa19476e480a8674a93826263217") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.7.tar.gz https://ratatoskr.space/pkg/meshtastic-firmware/0.6.7.tar.gz
printf '%s %s\n' '0e199e4eb67ec922dce2121ff824f2235465e7a8e1edcd663d668870225f1e03' '0.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.7.tar.gz"
$out = "0.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0e199e4eb67ec922dce2121ff824f2235465e7a8e1edcd663d668870225f1e03") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 0.6.7.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.7.zip
printf '%s %s\n' '40651382431574fe64f3b392a3dfd1987eceaa19476e480a8674a93826263217' '0.6.7.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.7.zip"
$out = "0.6.7.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40651382431574fe64f3b392a3dfd1987eceaa19476e480a8674a93826263217") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 0.6.7.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.7.tar.gz
printf '%s %s\n' '0e199e4eb67ec922dce2121ff824f2235465e7a8e1edcd663d668870225f1e03' '0.6.7.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.7.tar.gz"
$out = "0.6.7.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0e199e4eb67ec922dce2121ff824f2235465e7a8e1edcd663d668870225f1e03") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 0.6.7.zip | zip | 12.9 MiB |
blake3-24 d538d96de6ea1b61621151496d18b1939b96239d379b230a
sha256 40651382431574fe64f3b392a3dfd1987eceaa19476e480a8674a93826263217
sha1 538b46d0935d1eb6992643151512ac6e7c31bac1
|
| 0.6.7.tar.gz | tar.gz | 12.8 MiB |
blake3-24 86a2271ad119067fd52970d2cefb374fc30667f6c5d3e558
sha256 0e199e4eb67ec922dce2121ff824f2235465e7a8e1edcd663d668870225f1e03
sha1 a69ee91c505bf94bbecf4e8eece5e791a7d998fb
|
install
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["https://ratatoskr.space/pkg/meshtastic-firmware/0.6.7.tar.gz"],
integrity = "sha256-DhmeTrZ+ySLc4hIf+CTyI1Rl56jh7c1mPWaIcCJfHgM=",
strip_prefix = "meshtastic-firmware-0.6.7",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-firmware/0.6.7.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-firmware",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.7.tar.gz"],
integrity = "sha256-DhmeTrZ+ySLc4hIf+CTyI1Rl56jh7c1mPWaIcCJfHgM=",
strip_prefix = "meshtastic-firmware-0.6.7",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-firmware/0.6.7.tar.gz",