vault / meshtastic-web / v2.6.5
meshtastic-web @ v2.6.5
integrity
- size
- 1.1 MiB
- downloaded
- last checked
release notes
What's Changed
- Monorepo Support: Consolidated Web & JS libraries into a single monorepo, publishing supporting libraries to NPM & JSR package libraries.
- Other Updates: Improved self hosted docker image regarding sub-directory handling.
- Lib Additions: Added
transport-nodelibrary, addeddisconnectmethod to core lib, andCookieYesfor GDPR/CCPA compliance. Added packages to NPM and JSR package registry's. - Miscellaneous Fixes:
- Improved traceroute dialog
- Admin PKI fields
- Added onnection polling and functionality.
- Validation of configuration settings
- URL based routing
- UI/UX Enhancements: Updated theme switcher, 24-hour clock support, updated several labels around UI to match other apps (Android/IOS)
- Translations & Localization: Updates to Crowdin translations, fixed broken Crowdin translation CI?CD upload/download workflow.
New Contributors
- @bergie: First contribution in PR #721
- @eboye: First contribution in PR #742
For the full changelog: Link
download
unix · zip
curl -fL -o v2.6.5.zip https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.zip
printf '%s %s\n' '9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975' 'v2.6.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.zip"
$out = "v2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.5.tar.gz https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.tar.gz
printf '%s %s\n' 'da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c' 'v2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.tar.gz"
$out = "v2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.zip
printf '%s %s\n' '9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975' 'v2.6.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.zip"
$out = "v2.6.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.tar.gz
printf '%s %s\n' 'da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c' 'v2.6.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.tar.gz"
$out = "v2.6.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.6.5.zip | zip | 1.1 MiB |
blake3-24 bfb66086b89abcb354f7cf4dc65c99cb0fc4d5f6a320fa36
sha256 9bbd2fbdbd41c2b82f0b77bf6e9f786db6c34ed54b9caf9c2b4e496aa0620975
sha1 573efc9fa349eef0c29a4498cffc96d398ea23a0
|
| v2.6.5.tar.gz | tar.gz | 873.0 KiB |
blake3-24 e833959555c63daa9d9e041057718b4ddf8355f3d338968c
sha256 da4556fad71ec4e9bf26ca2de69efa820977106d359004089b500bea20ed9e4c
sha1 97785c587ab364d1e6d6d9d0963d586c266a0f74
|
install
bazel
http_archive(
name = "meshtastic-web",
urls = ["https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.tar.gz"],
integrity = "sha256-2kVW+tcexOm/Jsot5p76ggl3EG01kAQIm1AL6iDtnkw=",
strip_prefix = "meshtastic-web-v2.6.5",
)
zig
.url = "https://ratatoskr.space/pkg/meshtastic-web/v2.6.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meshtastic-web",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.tar.gz"],
integrity = "sha256-2kVW+tcexOm/Jsot5p76ggl3EG01kAQIm1AL6iDtnkw=",
strip_prefix = "meshtastic-web-v2.6.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meshtastic-web/v2.6.5.tar.gz",