yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/ruview/v2629
vault / ruview / v2629

ruview @ v2629

integrity

size
59.8 MiB
downloaded
last checked
source https://github.com/ruvnet/RuView · available · github

release notes

Automated release from CI pipeline

Changes: fix(sensing-server): don't let edge-vitals sentinel RSSI poison mean_rssi (#1882)

The ESP32 edge-vitals packet (0xC511_0002) carries a raw i8 RSSI byte with no "valid" flag. When the edge pipeline hasn't sampled a real reading yet, it has been observed sending near-zero sentinel values (-1, -2 dBm) that are physically implausible for a WiFi link. These were pushed straight into the node's rssi_history and the room's fused mean_rssi, producing a one-tick reading of ~-2 dBm on node 3 while its own CSI path simultaneously showed a real ~-50 dBm signal.

Add an is_plausible_rssi() guard (mirroring the existing update_csi_fps_ema() plausibility-filter pattern) so an implausible RSSI falls back to the node's last known-good reading instead of overwriting it.

Docker Image: ghcr.io/ruvnet/RuView:00a42d7cda32cb742206593d8fb2f854db41a19e

download

unix · zip
curl -fL -o v2629.zip https://ratatoskr.space/pkg/ruview/v2629.zip
                    printf '%s  %s\n' '028f7ec2218109ed994401616c6b7cd406b0e03c3a3c0707225686d050b96fa2' 'v2629.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/ruview/v2629.zip"
$out = "v2629.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "028f7ec2218109ed994401616c6b7cd406b0e03c3a3c0707225686d050b96fa2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2629.tar.gz https://ratatoskr.space/pkg/ruview/v2629.tar.gz
                    printf '%s  %s\n' '421b56a2c235cc5939431b76337752387024e475ea4d070dfaa5e64e6922ebe6' 'v2629.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/ruview/v2629.tar.gz"
$out = "v2629.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "421b56a2c235cc5939431b76337752387024e475ea4d070dfaa5e64e6922ebe6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2629.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2629.zip
                    printf '%s  %s\n' '028f7ec2218109ed994401616c6b7cd406b0e03c3a3c0707225686d050b96fa2' 'v2629.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2629.zip"
$out = "v2629.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "028f7ec2218109ed994401616c6b7cd406b0e03c3a3c0707225686d050b96fa2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2629.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2629.tar.gz
                    printf '%s  %s\n' '421b56a2c235cc5939431b76337752387024e475ea4d070dfaa5e64e6922ebe6' 'v2629.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2629.tar.gz"
$out = "v2629.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "421b56a2c235cc5939431b76337752387024e475ea4d070dfaa5e64e6922ebe6") { throw "sha256 mismatch" }
artifact format size hashes
v2629.zip zip 60.0 MiB
blake3-24 68c5f8a91ae48a396c3be6975cb431b1c5faa30d073167e8
sha256 028f7ec2218109ed994401616c6b7cd406b0e03c3a3c0707225686d050b96fa2
sha1 9992633d21ba15f76df5c7176015b624cf74a833
v2629.tar.gz tar.gz 57.9 MiB
blake3-24 6607cd09a9e0a3415909312193ca893712cd4676e0986134
sha256 421b56a2c235cc5939431b76337752387024e475ea4d070dfaa5e64e6922ebe6
sha1 ed16bafded24ba0f1e6a70d41f3f025985aa3d29

install

bazel
http_archive(
    name = "ruview",
    urls = ["https://ratatoskr.space/pkg/ruview/v2629.tar.gz"],
    integrity = "sha256-QhtWosI1zFk5Qxt2M3dSOHAk5HXqTQcN+qXmTmki6+Y=",
    strip_prefix = "ruview-v2629",
)
zig
.url = "https://ratatoskr.space/pkg/ruview/v2629.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "ruview",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2629.tar.gz"],
    integrity = "sha256-QhtWosI1zFk5Qxt2M3dSOHAk5HXqTQcN+qXmTmki6+Y=",
    strip_prefix = "ruview-v2629",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/ruview/v2629.tar.gz",
← v2630v2624 →