Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 482 Bytes

File metadata and controls

19 lines (13 loc) · 482 Bytes

Mars Control Station

How to Run

Run ./start.sh

Gateway Server

  • server.c : Creates a socket to listen to incoming messages (future improvement is to include a set of sockets to lighten load on server socket and have different reciever socket)
  • Things to do:
  1. Socket set to avoid read and write blocking
  2. Data transformation layer
  3. Data queue
  4. Server endpoint for react application
  5. Express server to fetch data for react app

React App

Gamepad