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

vavar/fake-drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published