Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

While the rover is running, various MXSV Data need to be plotted and shown in real-time when called from the server.

Using Flask, we will enable asynchronous data fetching from the server side. There will be a series of endpoints set up, that when called, will fetch various attributes from MXSV telemetry data.

Technologies used:

  • Plotly

  • Dash (for the visualization/graph)

  • Flask

Flask API Endpoints:

  • fetch_data_from_server

  • send_data_to_client

  • No labels