make pygpsclient compatible with gpsd and ubxtool #145
Replies: 5 comments 6 replies
-
Hi @schaefer01, Sorry, but that would involve a significant amount of (unpaid) work, both to implement and test and then to keep in line with any subsequent gpsd or ubxtool API updates. I simply don't have the time myself, but happy to consider contributions. Out of interest, what specific satellite information would you want to see displayed? There may be other ways to achieve this natively. I'll move this to the pygnssutils Discussion Forum for others to follow up on. |
Beta Was this translation helpful? Give feedback.
-
Follow up question, since gpsd and ubxtool are open source, and ubxtool decodes setting ubx commands that are not in pygpsclient, and these commands are not availaible in pygpsclient, do you see the possibility of the maintainer(s) of pygpsclient adding a few additional settable ublox-related parameters? In particular I'm looking for setting the ubx firmware and enabling ubx raw messages. I ask because these parameters are needed for configuring ublox for data collection to pass to a rinex tool where my science group at MIT Haystack is interested in pulling out TEC values from the rinex conversion. Setting firmware allows for a configuration that survives power cycling, and raw messages passes TEC related information. A no from you is ok, just asking. |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
-
Just to close this off... Plenty of good reasons to use a well-established C CLI utility like What I was trying (unsuccessfully) to clarify in this discussion was why there would be a need to - in your own words - 'make pygpsclient compatible with I'll close this now, but always happy to consider feature requests. |
Beta Was this translation helpful? Give feedback.
-
the need?
the coolness of remote logging into a set of embedded linux boxes via xterms to retrieve graphical views,
an xterm per remote box, each remote box systemd’d to collect data,
where the local site providing a dashboard of remote statuses
On Aug 14, 2024, at 9:19 AM, SEMU Admin ***@***.***> wrote:
Just to close this off...
Plenty of good reasons to use a well-established C CLI utility like gpsd - absolutely no argument there (I use it extensively myself).
What I was trying (unsuccessfully) to clarify in this discussion was why there would be a need to - in your own words - 'make pygpsclient compatible with gpsd and ubxtool' or 'provide a gpsd interface to pygpsclient'.
I'll close this now, but always happy to consider feature requests.
—
Reply to this email directly, view it on GitHub<#145 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMS2KEOKT63BUA5F3IZTVE3ZRNKNXAVCNFSM6AAAAABMCT4YUKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZTG4ZTSOI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
PyGPSClient Feature Request Template
I'd like the graphical ability to view satellites in parallel with commanding detailed configuration by gpsd and ubxtool
Only one device can access the ublox port on a device and the combination gpsd and ubxtool provide more command-ability than pygpsclient but gpsd and ubxtool are command line and not graphical
A clear and concise description of what the problem is e.g. I'd like to be able to do this [...]
It would be nice to have pygpsclient request info from gpsd rather than from the device
Describe alternatives you've considered
stop the gpds daemon, then run pygpsclient
exit pygpsclient then start the gpsd daemon
Would you be willing to contribute a test device?
If the request relates to a specific u-blox device that is not currently supported, would you be
willing to contribute a device to the project for testing purposes?
Beta Was this translation helpful? Give feedback.
All reactions