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

QtPositioning support #169

Open
Krakonos opened this issue Nov 10, 2018 · 1 comment
Open

QtPositioning support #169

Krakonos opened this issue Nov 10, 2018 · 1 comment

Comments

@Krakonos
Copy link
Member

As suggested in issue #166, a lot of the functionality regarding direct GPS communication could be replaced by QtPositioning subsystem (new in ~ Qt 5.2).

The task can be split into two steps:

  • Research and implement the QtPositioning data provider
  • Evaluate if it fully replaces the other interfaces (GPSD, direct communication) and eventually deprecate some of the code.

This is especially case for the manual GPS communication we do over serial port.

@Krakonos
Copy link
Member Author

As suggested by @pabs3, there is also a gpsd plugin for QtPositioning: https://github.com/jmechnich/qtposition_gpsd

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

No branches or pull requests

1 participant