Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 781 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 781 Bytes

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