MCPcopy Index your code
hub / github.com/Tong89/smartNode / Satellite

Interface Satellite

frontend/src/types/api.ts:17–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface Satellite {
18 id: string;
19 name: string;
20 type: 'LEO' | 'MEO' | 'GEO';
21 lat: number;
22 lon: number;
23 alt: number;
24 orbit_period?: number;
25 /** Minimum elevation angle (degrees) for visibility — used to compute coverage radius */
26 min_elevation?: number;
27}
28
29export interface GroundStation {
30 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected