MCPcopy Create free account
hub / github.com/Tong89/smartNode / SystemData

Interface SystemData

frontend/src/types/api.ts:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62export interface SystemData {
63 time: number;
64 satellites: Satellite[];
65 ground_stations: GroundStation[];
66 geo_relays: GeoRelay[];
67 requests: TransmissionRequest[];
68 stats: Record<string, unknown>;
69}
70
71export interface DecisionMetrics {
72 acceptance_rate: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected