spaceshipyard / mars-rover-dispatcher

Apache License 2.0
1 stars 1 forks source link

JavaScript Style Guide

https://spaceshipyard.site/

Mars Rover Dispatcher

Dispatcher/server is a web server to control remote robots over network based on socket.io

Dispatcher/client is a web client for Pilots based on webpack and react/redux/redux-sagas to control camera's servos and movement


You need to run Dispatcher server with valid https sertificates and client on some vps/local pc. And Arduino Bridge on Raspberry configured to Dispatcher's host and port


How To start Dispatcher/server

  1. cd server
  2. npm i
  3. npm start

How to start Dispatcher/client (separate console)

  1. cd client
  2. npm i
  3. npm start
  4. open https://localhost:8082