Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 450 Bytes

Mars Control Station

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