Good afternoon
After installing and running Mission Planner, I’ve discovered an issue which is preventing me from getting live telemetry data out of MP.
If I understand, MP has a C# http server running when it’s active, and this server is accessible at http://127.0.0.1:56781 whenever MP is running. However, where the data is supposed to show up, http://127.0.0.1:56781/mavlink/ shows a data structure which is punctuated by objects with msg:null which is not very useful.
This appears on every computer tested though I only tested windows. To duplicate, install mission planner, open it, go to simulation, and click multirotor. Once it’s finished initializing, go to http://127.0.0.1:56781/mavlink/ in your favorite browser and you can see the missing data.
Now, with that all said, if anyone has another way of getting data out of mission planner in a way which can be read as conveniently as possible, it’d be appreciated.
Thank you for the help.