⚠ SIMULATION ENVIRONMENT — NOT A REAL SPACE AGENCY SYSTEM — FOR DEMONSTRATION PURPOSES ONLY ⚠

🌕 Luna Orbital Station — NOMINAL

Lunar Mission
Data Portal

Open-access simulation platform for NOVA mission telemetry, orbital imagery, and surface exploration data. All data streams served from distributed ground station nodes.

NOVA-7: ACTIVE LUNA-3: STANDBY SELENE-II: TRANSIT
Full Moon photographed from lunar orbit
● Signal: NOMINAL
● Orbit: STABLE
● Ground Stations: 140+
0 Data Packets Served
0% Signal Uptime
0 Gbps Telemetry Throughput
0 Ground Stations

Active Mission Streams

Real-time data feeds distributed across global ground station nodes.

NOVA-7

Lunar orbital survey mission. High-res surface mapping and subsurface radar data. Currently in southern polar orbit.

Status: NOMINAL — Day 247

LUNA-3 Lander

Surface exploration unit deployed at Mare Imbrium. Soil sample analysis and seismic monitoring active.

Status: STANDBY — Awaiting uplink

Live Telemetry API

Real-time mission clock and signal data. No-cache endpoint — every request returns a fresh timestamp from the nearest ground station.

Cache-Control: no-store

Signal Loss Simulation

Intentional signal loss paths for error monitoring tests. Used to validate ground station error detection systems.

Returns 404 / 500 — by design

Mission Image Archive

Public domain imagery from the NOVA programme and Apollo historical archive.

Mission Footage — NOVA Programme

Archival mission video served from ground station cache.

Live Telemetry Feed

Real-time mission clock from the NOVA ground network. Cache-Control: no-store — every request hits the nearest station directly.

GET /api/time
{
  "status": "Click Ping Station to query the live telemetry endpoint",
  "note": "No-cache — every response is a fresh signal from the ground network"
}

Mission Data Packages

Compressed telemetry archives distributed from ground station cache nodes.

NOVA-7 Telemetry — 20 MB

Compressed orbital survey and surface mapping data package

/downloads/mission-data-20mb.bin
Cache-Control: max-age=86400 Content-Disposition: attachment
Download

Signal Route Reference

All active endpoints and their cache behaviour.

Path Type Cache-Control HTTP Scenario
/Mission portalpublic, max-age=3600200warm-cache
/assets/hero.pngOrbital imagepublic, max-age=31536000200warm-cache
/assets/demo.mp4Mission footagepublic, max-age=31536000200warm-cache
/downloads/mission-data-20mb.binData packagepublic, max-age=86400200warm-cache
/api/timeLive telemetryno-store, no-cache200dynamic-api
/broken/404Signal lossno-store404error-spike
/broken/500Station failureno-store500error-spike-5xx

System Status

Ground Network: NOMINAL
NOVA-7: ACTIVE
Telemetry API: LIVE
LUNA-3: STANDBY