You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elias Hawa edited this page Jul 21, 2024
·
13 revisions
Overview
The backend sends telemetry data to the frontend in real-time as it receives information from the rocket using the
RN2483 radio. Alternatively, we can replay past flown missions that have been recorded.
This is exclusively controlled by the React frontend. This is done using industry standard web
sockets and all data is sent in JSON format for ease of use. See websocket.json for an example of data
transmission. Numerous clients can connect to the WebSocket and obtain telemetry information from the rocket.