Releases: mujib77/plasma-net
Releases · mujib77/plasma-net
v0.2.0 - Live Solar System Dashboard
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
v0.1.0 - Initial Release
v0.1.0 — Live ISS Tracking
Real-time solar system visualization with live satellite data.
What's in this release
- Earth with atmospheric glow
- Sun with animated corona
- 30,000 star field with Milky Way band
- Live ISS position tracking (updates every 5s)
- HUD showing real-time ISS altitude, velocity, and coordinates
Data sources
- ISS position: wheretheiss.at API (no key required)
Tech
React + Vite + Three.js + React Three Fiber
Coming in v0.2.0
- Near-Earth asteroid visualization (NASA NEO API)
- Live solar wind data (NOAA)
- CME particle effects