Nmea generation with simple qml app
-
Greetings,
I googled around a bit and could not find if there is any way how to generate nmea file by using simple qml app and walking around with phone that have GPS enabled.
What i want to do:
- Walk around in some area and log GPS data in nmea format file
- Later used recorded data for applications prototyping.
I think it should be pretty easy to make such a tool for recording test data; therefore i was wondering why QtLocation module doesn't include it by default?
The main question i guess is what data and in what order should be written in nmea file ?
Thanks for reading.