stratux icon indicating copy to clipboard operation
stratux copied to clipboard

Request for .klm file for CloudAhoy

Open cfirandy opened this issue 8 years ago • 6 comments

Attempting to use Stratux "flight" with CloudAhoy. Stratux uses WiFi and not bluetooth. As such, it's not recognized by iOS and so it's not recognized by CloudAhoy. Would like to log my "Stratux" flight and import its data to CloudAhoy. Thoughts?

cfirandy avatar Feb 04 '16 13:02 cfirandy

http://help.cloudahoy.com/importing-flight-data/

http://www.grtavionics.com/datarecording.html - maybe we could start using a file output like this? We'll likely have some further use other than just GPS tracks in the future.

cyoung avatar Feb 04 '16 14:02 cyoung

Outputting data in GPX format is fairly straight forward. An example is this plugin for x-plane (https://github.com/jpoirier/DataLogger/blob/master/main.cpp) that saves the flight data to a gpx formatted file which can be imported by cloudahoy or other clients that recognize the format. Look for writeFileProlog, writeData, and writeFileEpilog.

edit: the plugin was made for an individual that wanted to do flight debriefing of dual instrument training sessions done on PilotEdge/X-Plane using CloudAhoy,

jpoirier avatar Feb 04 '16 14:02 jpoirier

So you are trying to use Stratux as a flight track logger - something you can view in for example Google Earth ? I have WingX and just use the "Replay" function to record all that data, (bottom of screen shot) can dump it as GPX I believe replay1

ScraboTower avatar Feb 04 '16 15:02 ScraboTower

You might be on your own with this, but install a (low power) bluetooth dongle instead of the wifi dongle, than just change where the data is sent. Place to start.

On 02/04/2016 07:57 AM, cfirandy wrote:

Attempting to use Stratux "flight" with CloudAhoy Stratux uses WiFi and not bluetooth As such, it's not recognized by iOS and so it's not recognized by CloudAhoy Would like to log my "Stratux" flight and import its data to CloudAhoy Thoughts?

— Reply to this email directly or view it on GitHub https://github.com/cyoung/stratux/issues/234.

skypuppy avatar Feb 04 '16 16:02 skypuppy

I took a stab at adding this functionality in my pull request #481

I implemented a way to export GPS location of the Stratux device (aka Ownship) to a KML file that can be imported to CloudAhoy. I also provided a way to dump Replay Logs to KML with Ownship + Traffic so you can visualize issues when debugging antenna setups and GPS interference.

Give it a spin and see if there are any other features I am missing.

alexberryman avatar Aug 24 '16 15:08 alexberryman

@alexberryman can you tell how to add the replay and record feature

vushalflyboy avatar May 05 '21 07:05 vushalflyboy