Framework for GCS application

Hello,

I am planning to develop a GCS application. Initially just to monitor Copter location and few important status messages. Will we run into issues if we build the GCS using Electron Framework in Javascript or should we stick to C++ or Java? Any suggestions?

Thanks

Why not adapt the existing QGroundControl? It is meant to be customizable.

I think the best thing to do is to create a RESTful API with Python as the backend and for the frontend, go wild :slight_smile:

2 Likes