Hermes is a cross-platform app built with Electron.
Dependecies include this Tello node.js interface: https://github.com/AlexanderGranhof/tello-drone​
and a JavaScript port of the ArUco library: https://github.com/jcmellado/js-aruco​
Hermes bundles a platform-specific build of ffmpeg to stream video.
To get started with development, clone this repository from Github.
Install node dependencies:
npm install
Start the app:
npm start