Skip to content
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

Incorrect FSD parsing of PBH #15

Open
MatisseBE opened this issue Aug 1, 2021 · 1 comment
Open

Incorrect FSD parsing of PBH #15

MatisseBE opened this issue Aug 1, 2021 · 1 comment

Comments

@MatisseBE
Copy link

When using the vSMR plugin of Euroscope many flights who are on the ground have an incorrect heading. They are all facing north.

vSMR
https://media.discordapp.net/attachments/734119679806668940/871336383984316448/unknown.png
Euroscope
https://media.discordapp.net/attachments/734119679806668940/871336397913591818/unknown.png

Euroscope shows a track heading but this doesn't work for pushbacks,...

I asked the dev from vSMR and he told me it's a problem with how the FSD message is passed to Euroscope, the protocol not being entirely implemented correctly. vSMR does not parse the FSD messages and also gets them straight from Euroscope.

When working with a similar project (https://github.com/aap007freak/OpenSkyToEuroscope), we came across a this exact issue using an entirely different client. It was eventually fixed, you can check it out here: https://github.com/MatisseBE/FSD-parsing-of-PBH/blob/main/TrackProcessor.h

The problem lies somewhere in the num1 field. You can find more here: norrisng/fsd-doc#3 (comment)

I hope this helps you.

@MatisseBE
Copy link
Author

MatisseBE commented Sep 10, 2022

With the ADSBExchange endpoint being down now, the orientations are correct. Does your program take ADSBE positions over FR24? That could be a lead.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant