The Following 38 Users Say Thank You to polyvertex For This Useful Post: | ||
Artemio, avinashtjoshi, bachagabriel, borghal, bunanson, cardiff-blues, cfh11, chrget, clasificado, conny, dana.s, Dariu5, DaSilva, F2thaK, fpp, Helmuth, hrbani, imo, j d, japes, juahan, jukzh, kojacker, kwurk, mannakiosk, Natan_xy, nath, pichlo, qwerty12, rdorsch, resplendent2209, sula, thecursedfly, theonelaw, xperto, zincholic, ZogG |
![]() |
2010-05-24
, 17:47
|
Posts: 330 |
Thanked: 82 times |
Joined on May 2010
@ Mumbai, India and Amherst, USA (Current Location)
|
#2
|
The Following 3 Users Say Thank You to resplendent2209 For This Useful Post: | ||
![]() |
2010-05-24
, 21:18
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#3
|
The Following 2 Users Say Thank You to fpp For This Useful Post: | ||
![]() |
2010-05-25
, 09:55
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#4
|
The Following 2 Users Say Thank You to rambo For This Useful Post: | ||
![]() |
2010-05-25
, 16:20
|
Posts: 23 |
Thanked: 59 times |
Joined on Apr 2010
@ Paris, Fr
|
#5
|
cool, it may I suggest the following enhancements:
1. record accelometer data
2. be able to record as fast as data can be read (esp for accelometer sub-second resolution would be needed).
3. have some sort of "cli" mode where the raw data could be dumped via pipe for immediate transfer (think telemetry...)
4. barring 3. have a way to store "raw" data in something that can be sensibly queried (like sqlite) (and being able to put the datafile on the removable SD card since it's much faster than the internal eMMC)
see http://talk.maemo.org/showthread.php?t=53353
The Following User Says Thank You to polyvertex For This Useful Post: | ||
![]() |
2010-05-25
, 18:40
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#6
|
1 & 2. As you wrote it, logging such data (i.e. : accelerometer) would require much more higher precision frequencies and timestamps. This would implies a very different usage and design than GPS Recorder here !
The thread you've pointed out is very cool but it relates very different needs !
3. With all respect, I do not think it is relevant here because it would be really easier to wait for GPS data directly from the Maemo's GPS subsystem via the liblocation than a simple pipe from an application which would also eventually requires parsing and other exotic stuff ! But maybe I'm missing something ?
![]() |
2010-05-25
, 18:43
|
Posts: 59 |
Thanked: 21 times |
Joined on Sep 2007
@ Espoo, Finland
|
#7
|
![]() |
2010-05-25
, 19:55
|
Posts: 23 |
Thanked: 59 times |
Joined on Apr 2010
@ Paris, Fr
|
#8
|
Well, you do 1/3 of the requirements already and adding accelometer data reading should not be much work (I don't know QT though). Being lazy here...
Some sort of application is needed to mux the GPS and accelometer data into single stream, it's not all that hard to do (if one goes for the very simplest one that just outputs to stdout and sending the data over network or other link would be handled by another small program [like netcat], toolbox philosophy...) but I have other projects that require my attention...
I was thinking more along the lines of using sqlite for the track log and exporting from there to other formats but for entirely selfish reasons...
The Following User Says Thank You to polyvertex For This Useful Post: | ||
![]() |
2010-05-25
, 20:51
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#9
|
Saying 1/3 of your requirements is already done in GPS Recorder is not a true statement...
This is a design issue : wanting to keep a GPS track from a day of hiking or an hour of motorcycle racing is absolutely not the same thing.
...
No matter what you say, this is just not the same purpose.
May I add that hardware and software of the Nokia's Nxx series was absolutely not designed for this 'realtime' purpose ?
I hope you will understand that all those realtime/telemetry features
you are asking for are just out of topic.
Maybe this is because I was not clear enough in my description, or maybe this is because you did not take time to actually try the application I share before posting your 'requirements'.
![]() |
2010-05-28
, 09:32
|
Posts: 23 |
Thanked: 59 times |
Joined on Apr 2010
@ Paris, Fr
|
#10
|
The Following User Says Thank You to polyvertex For This Useful Post: | ||
I've just released the first public version of GPS Recorder.
GPS Recorder is a little and yet another GPS track data logger for the Maemo 5 platform I've made for fun.
Its main purpose is to keep a complete GPS data snapshot at a desired regular interval (in seconds). This means it does not only keep position and altitude but also satellites view, cell tower information when it is available, GPS events like fix losses, positions snapped by you (POI), etc...
Logged data (one file per track) can be converted to KML/KMZ, GPX and/or CSV formats in a single operation, directly from the application and with some output options (essentially for the KML format).
During runtime, you can visualize raw GPS data (like GPSJinni for example).
Application is written in C++ and is stacked upon Qt and the Maemo's location libraries.
Application is not yet in Extras (request is pending) catalog and any comment is appreciated
Links :
Last edited by polyvertex; 2010-06-07 at 18:07.