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

gpsd support #136

Open
adriansmares opened this issue Nov 10, 2021 · 2 comments
Open

gpsd support #136

adriansmares opened this issue Nov 10, 2021 · 2 comments

Comments

@adriansmares
Copy link

References #105 (comment)

It would be nice if BasicStation would have the capacity to talk directly to a local gpsd instance, instead of requiring a background script that pushes the NMEA sentences via a FIFO. Most of the logic in gps.c would be virtually the same, as gpsd can output directly NMEA senteces (minus 3 initial sentences of garbage).

A minimal implementation could just use gpspipe -r in order to connect to the local gpsd instance and read to NMEA sentences, while a more robust implementation most likely would prefer to just open a pipe/local socket.

@jpmeijers
Copy link

I second this. It would definitely make the most sense to use gpsd, as that is the standard way of sharing a hardware GPS device on Linux.

Also gpsd has the ability to configure GPS receivers into the correct mode, and do some calculations like accuracy in meters.

@smtc-bot
Copy link

Thank you for your inquiry.

Customers are encouraged to submit technical questions via our dedicated support portal at https://semtech.force.com/ldp/ldp_support.

We invite all users to visit the LoRa Developer Portal Forum at https://forum.lora-developers.semtech.com and to join the thriving LoRa development community!

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

3 participants