forked from ruvnet/RuView
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martin Cleaver edited this page May 24, 2026
·
16 revisions
Martin's notes on setting up
┌─────────────────┐ ┌──────────────────┐ ┌────────────────────┐
│ WiFi Routers │ │ CSI Wifi Receiver│ │Neural Net Pipeline │ <<< Hardware
│ (Send Wifi) │──▶│ ESP32 Module(s) │──▶ │ Cognitum Seed │
└─────────────────┘ └──────────────────┘ └────────────────────┘
│
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Web Dashboard │◄───│ API Services │◄───│ Pose Estimation │ <<< Services on computer
│ (Frontend) │ │ Module │ │ Engine │ Typically in Docker
└─────────────────┘ └─────────────────┘ └─────────────────┘
│
┌─────────────────┐
│ Configuration │
│ Management │
└─────────────────┘
https://github.com/ruvnet/RuView/blob/be4efecbcd9a8f357df07dcc654f363fc774f8fb/plans/phase1-specification/technical-spec.md (Conceptual Outline)
- http://localhost:3000/ui/index.html (Local RuView sensing server, running on laptop)
- Key end points ** http://localhost:3000/health ** http://localhost:3000/api/v1/nodes
Cognitum Seed https://169.254.42.1:8443/guide#welcome running 1 app, RuView
ESP32s send sensing info to seeds
Seed (how is the sensing server supposed to get data?)