I'd like to use QGIS for collecting datapoints in field. Due to the 'GPS information module' it is no big deal to connect the R2-Antenna via Blutooth-link and read the NMEA stream.
As far as I figured out till now, QGIS- stores the XY(Z) data according to layer properties where I store my points.
I'd like to store information about acquisition quality e.g. fix-time, accuracy, satelites, etc. as attributes. I could find some stuff in qgis.core.QgsGps...but obviously need to be pushed in the right direction. Even the storing of the entire $G[PNA]GGA sentence would be a solution.
Can someone give me some hints or point to the right plugin to look for or to use the QGIS-internal Python classes?
Using Python with pymmea2 allows reading all that data on plain Python level but it's not my aim writing my own GUI for that purpose.