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:
- To display & command drone
- Drone Commands:
PLACE X,Y,FACE-- a command to place drone where:Xin Character - [A,B,C,D,E]Yin Number - [0-4]FACEin String - [north, south, east,west]
MOVE-- move drone towardsFACEbut only inboundLEFT-- facing drone to left-hand-sideRIGHT-- facing drone to right-hand-side
- To record drone position and command history
- Docker
- run
setup.sh
./setup.sh
- start all servers by following command
docker-compose up
- system can access via http://localhost:3000
- influxDB admin was included and can be access via http://localhost:8888
- Nodejs
- React
- InfluxDB
