-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tail Number Broadcast #37
Comments
It sends flight number if available, otherwise tail number. Maybe FlyQ doesn't like the flight numbers? |
It is possible. i will reach out to them and confirm. Can you please point me to any documentation of the format of data which fs2ff broadcasts? |
Sure, I use this: https://www.foreflight.com/support/network-gps/ It doesn't specify the format for Callsign, though. ForeFlight picks it up no matter the format. |
Does the FS2020 SDK allow pulling the weather information as well? The biggest pitfalls of connecting a sim to an efb, is that you can only push traffic and ahrs info, It would be amazing to push weather information as well similar to how a device like Stratiux broadcast weather info to efbs. Following is a guide that shows how Stratux broadcast data to efbs. https://github.com/cyoung/stratux/blob/master/notes/app-vendor-integration.md I asked Flyq regarding how they actually expect the data from the simulator. Hopefully they give me a siilar document like you posted from Foreflight. |
I think it's possible to get weather from the SDK and then send the data in the GDL 90 format, pretending to be an ADS-B receiver. I feel like it would be somewhat of a large undertaking, however, which is something I don't have time for at the moment. I would gladly accept pull requests, though! :) |
Does the app broadcast tail number along with the position and altitude information? When I receive traffic with FlyQ EFB, everything works except none of the targets show tail numbers. In real life, FlyQ does show tail number when flying with a Stratux.
Thanks,
The text was updated successfully, but these errors were encountered: