docs: explain mesh data path to dashboard and Observatory#602
Merged
ruvnet merged 1 commit intoMay 17, 2026
Conversation
ruvnet
approved these changes
May 17, 2026
Owner
ruvnet
left a comment
There was a problem hiding this comment.
Docs change is well-scoped, directly addresses the confusion in #383 (standalone hardware aggregator vs sensing-server owning the UDP listener), and the table of view URLs is exactly what was missing from the user guide. The added troubleshooting bullets at the bottom of the Observatory section are a nice touch. Merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sensing-serveris the aggregator path used by the REST API, WebSocket stream, dashboard, and ObservatoryProblem
Issue #383 asks how to get from a working ESP32 aggregator to visualization in the sensing server and Observatory. The existing guide mentions ESP32 mesh, the sensing server, and Observatory separately, but does not state that the standalone hardware
aggregatoris a packet-inspection tool and thatsensing-servermust own the UDP listener for the UI to see live data.Validation
git diff --checkCloses #383