Drone Engage is part of Ardupilot Cloud Eco System
Drone-Engage (D.E.) is a distibuted system that allows monitoring & controlling drones via Internet. Drone-Engage objective is to provide a Linux-based alternative for Andruav on Android mobiles.
This repository is for Drone-Engage Communication Module. This module runs on the vehicle and communicates with other modules such as Mavlink_Module "de_mavlink" and Video_Module. On the other side it communicates with Andruav Server. This module receives messages from all plugins and forward them to WebClients and other vehicles, and receives commands from Webclients via Internet Server and process them or forward them to attached modules to process them.
For more Information Please Goto Cloud.Ardupilot.org
Prerequisits
sudo apt-get install libcurl4-openssl-dev
sudo apt install libssl-dev
Building mkdir build cd build make