Skip to content

v0.2.0 - Live Solar System Dashboard

Pre-release
Pre-release

Choose a tag to compare

@mujib77 mujib77 released this 11 Jun 06:51
· 6 commits to main since this release

v0.2.0 — Live Solar System Dashboard

The biggest update yet. Plasma-Net is now a fully live space weather dashboard.

What's new

Live Solar Wind Stream
Animated particle stream flowing from Sun to Earth in real time.
Color changes based on actual NOAA data:

  • Blue = slow wind (< 400 km/s)
  • Yellow = normal (400-500 km/s)
  • Orange = fast (500-600 km/s)
  • Red = storm conditions (> 600 km/s)

NASA Near-Earth Asteroids
Real asteroids passing Earth today, pulled from NASA NEO API.

  • 🔴 Red = potentially hazardous
  • 🟢 Green = safe pass
  • Size scaled to actual relative diameter
  • Live count in HUD

Live NOAA Solar Wind Data
Right panel now fully live via Go backend:

  • Solar wind speed (km/s)
  • Plasma density (p/cm³)
  • IMF Bz (nT) — goes red during geomagnetic storms
  • Auto-updates every 60 seconds

Go Backend
Replaced CORS proxies with a real Go server.
Polls NOAA every 60s, caches data, serves with proper headers.

Full live data sources

  • ISS position: wheretheiss.at (updates every 5s)
  • Solar wind: NOAA SWPC (updates every 60s)
  • Asteroids: NASA NEO API (updates daily)

Tech

React + Vite + Three.js + React Three Fiber + Go

Coming in v0.3.0

  • Black hole mode with accretion disk
  • Accretion disk reacts to live solar wind intensity
  • CME particle eruptions from Sun
  • Mobile optimized view
  • GitHub Pages deployment