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

GPS support #27

Closed
Gaz492 opened this issue Aug 9, 2023 · 1 comment
Closed

GPS support #27

Gaz492 opened this issue Aug 9, 2023 · 1 comment

Comments

@Gaz492
Copy link

Gaz492 commented Aug 9, 2023

Any plans to support passing a GPS dongle into this?

@dziban303
Copy link
Contributor

Since ultrafeeder uses wiedehopf's fork of readsb, I believe that's already possible by using gpsd to talk to the GPS dongle outside of docker, and using the net_connector syntax pointing to your Pi's IP.

...
    environment:
      - READSB_NET_CONNECTOR=<your Pi's IP>,2947,gpsd_in
...

On a bare metal system it'd point to localhost, but I don't think localhost will work within the container so you'll probably need to use your Pi's IP address instead.

@Gaz492 Gaz492 closed this as completed Aug 13, 2023
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

2 participants