Install
Initialize
Kits
Pushing locations (partner assets)
Register a partner-managed asset once, then push GPS fixes as often as you like.Streaming
TypeScript types
GpsPayload
| Field | Type | Description |
|---|---|---|
lat | number | Latitude (degrees) |
lon | number | Longitude (degrees) |
alt_m | number | null | Altitude (meters) |
source | string | starlink · starlink_cached · cellular · manual |
stale | boolean | true if fix is older than 30s |
timestamp | string | null | ISO 8601 UTC |
StatusPayload
| Field | Type | Description |
|---|---|---|
downlink_mbps | number | null | Download throughput |
uplink_mbps | number | null | Upload throughput |
pop_ping_latency_ms | number | null | Latency to Starlink POP |
alerts | string[] | Active alerts |