Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1010 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 1010 Bytes

Fake Drone Simulator

Fake Drone is an application to simulate drone commands and display drone within 5x5 grid on web application This repository consists of 2 modules which is:

screenshot

Web

  • To display & command drone
  • Drone Commands:
    • PLACE X,Y,FACE -- a command to place drone where:
      • X in Character - [A,B,C,D,E]
      • Y in Number - [0-4]
      • FACE in String - [north, south, east,west]
    • MOVE -- move drone towards FACE but only inbound
    • LEFT -- facing drone to left-hand-side
    • RIGHT -- facing drone to right-hand-side

Server

  • To record drone position and command history

Prerequisite

  • Docker

Run Web Application

  • run setup.sh
./setup.sh
  • start all servers by following command
docker-compose up

Technology Stack

  • Nodejs
  • React
  • InfluxDB