pyGPSclient as a python module #181
Replies: 1 comment 2 replies
-
Hi @octavio-light, PyGPSClient itself is a stand-alone tkinter GUI application and can't readily be invoked from another Python script, and certainly not as an independent thread. However, PyGPSClient utilises a number of GNSS libraries under the covers which can absolutely be used in this way:
Refer to the respective READMEs for more details. Several illustrations of how to invoke these libraries from Python scripts are included in the If you're looking for a Python CLI utility that broadly mirrors some of the functionality in If you can be more specific about what you actually want to achieve, and which GNSS devices and/or data streams you're intending to work with, I may be able to provide more specific advice. Hope this helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know if there is any way to use pyGPSclient as a module to include in other software.
Also, if this can work as an independent thread in a way similar to "gpsd" (GPS service daemon).
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions