feat(space-sim,sgp4): continuous SGP4 orbit telemetry
Replace the fixed 7-frame-then-poweroff flight sim with a continuous
loop that propagates ISS orbit via SGP4 and streams real lat/lon/alt/velocity
telemetry interleaved with drifting sensor readings, health, and EVR frames.
Expose gsto (Greenwich Sidereal Time at epoch) from Sgp4.state so
consumers can call to_geodetic without replicating the GMST computation.