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

Add GPS module #3628

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add GPS module #3628

wants to merge 6 commits into from

Conversation

adryzz
Copy link

@adryzz adryzz commented Sep 20, 2024

Adds a GPS module using libgps and gpsd.

  • Module
  • Manpage

Testing

No need to get a GPS receiver, you can test using an android phone and the gpsdRelay app.

Install gpsd and run:
gpsd tcp://<ip-of-phone>:6000

@adryzz
Copy link
Author

adryzz commented Nov 8, 2024

rebased on master

@adryzz
Copy link
Author

adryzz commented Nov 8, 2024

works pretty well with different GPS receivers, doesn't hog CPU resources with all the gpsd messages, but it still is instant in delivering major updates.

ready for review

@adryzz
Copy link
Author

adryzz commented Nov 9, 2024

added rfkill support although very few devices actually support this

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

Successfully merging this pull request may close these issues.

1 participant