The Following User Says Thank You to robbie For This Useful Post: | ||
![]() |
2010-04-22
, 11:22
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
![]() |
2010-04-22
, 11:25
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#3
|
![]() |
2010-04-22
, 11:41
|
Posts: 48 |
Thanked: 26 times |
Joined on Feb 2010
@ UT@NL
|
#4
|
The Following User Says Thank You to hsmade For This Useful Post: | ||
![]() |
2010-04-22
, 12:09
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#5
|
Hi Rob,
have a look here: http://wiki.maemo.org/PyMaemo/Using_Location_API I used this for my small Wardriving script. If you need help, let me know.
Wim
![]() |
2010-04-22
, 12:18
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#6
|
I suppose the separation is, what do you want the app on the device to do, and what will the website do
(Edit - will be battery hungry!!)
Hi Rob,
have a look here: http://wiki.maemo.org/PyMaemo/Using_Location_API I used this for my small Wardriving script. If you need help, let me know.
Wim
![]() |
2010-04-22
, 12:25
|
Posts: 11 |
Thanked: 1 time |
Joined on Mar 2010
|
#7
|
![]() |
2010-04-22
, 13:23
|
Posts: 287 |
Thanked: 165 times |
Joined on Oct 2009
@ The Netherlands
|
#8
|
![]() |
2010-04-22
, 13:35
|
Posts: 692 |
Thanked: 264 times |
Joined on Dec 2009
|
#9
|
![]() |
2010-04-22
, 13:49
|
Posts: 169 |
Thanked: 41 times |
Joined on Apr 2010
@ Portugal
|
#10
|
I know that you can do something simular with google but i also want to be able to log the complete route. An example can be found here: http://www.robvonk.com/wandelen/4d2008/15-juli-dag-1/ (at the bottom). This one was made with a gps logger and i had to put it on the web after i was finished. With a 'live tracker' the route will be plotted while walking.
Wanted features:
- Let people enter custom url for logging points
- Use tags for lattitude, longitude, timestamp
- Support http and https
- User controlled logging interval
- Low cpu usage
I created a server part for the logging in php. You can log a point by calling this url:
You can define tracks with begintime and endtime so that points will be 'assigned' to a track. The track can be shown in Google maps.
My plan is to 'open source' the server part and add some more features like the ability to add a 'planned route'.
Now what i need to get this working is an app that calls the url at a customizable interval with as low as possible CPU usage. A daemon that can be started/stopped/controled from a gui would be nice but just a gui would be fine too. My guess is that it's easy to add to one of the gps tracker apps thats already is availible.
Regards,
Rob