Skip to content

Commit 685a266

Browse files
committed
SkyGraph: realtime all-sky dashboard — live ADS-B, SGP4 satellites, wasm anomaly scoring
Standalone extraction of the RuVector ADR-199 presentation plane: - docs/: vanilla-JS dashboard (GitHub Pages root) with prebuilt wasm engine - core/: sky-monitor appliance core (pure subset compiles to wasm32; appliance feature uses ruvector-core/-graph 2.2 from crates.io — verified) - wasm/: SkyProjector, SatPropagator + predict_passes, embed_track/novelty, AnomalyScorer (13/13 native tests) Co-Authored-By: claude-flow <ruv@ruv.net>
0 parents  commit 685a266

57 files changed

Lines changed: 11595 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/target
2+
**/target
3+
node_modules
4+
# NOTE: docs/pkg (the built wasm engine) is deliberately committed so the
5+
# GitHub Pages demo works without a build step.

0 commit comments

Comments
 (0)