Skip to content

Dashboard for displaying what a drone is doing - can be used to facilitate testing

Notifications You must be signed in to change notification settings

jneate/dronedash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone Dashboard

Dashboard containing a 3D Drone model to simulate the real drone.

Will also log API calls sent in Go Project - This can be used to facilitate testing.

Accepts JSON Messages in the following format:

{
    "movement": {
        "yaw": 10,
        "roll": 10,
        "pitch": 10,
        "gaz": 10
    }
}

Preview

How To Run The Thing

cd jetApp

ojet restore

ojet serve

User has the option to call the Sample API with the Send Message button OR the application will respond to API Calls in the GO Drone API project

Websocket Integration

Real GO Drone API

DroneAPI

Dummy API

cd api

npm install

node sample.js

About

Dashboard for displaying what a drone is doing - can be used to facilitate testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.6%
  • HTML 14.7%
  • CSS 0.7%