![]() |
2010-04-02
, 09:16
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#3
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
![]() |
2010-04-02
, 15:52
|
Posts: 217 |
Thanked: 20 times |
Joined on Jan 2010
|
#4
|
![]() |
2010-04-02
, 15:57
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#5
|
The Following User Says Thank You to krk969 For This Useful Post: | ||
![]() |
2010-04-02
, 16:03
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#6
|
![]() |
2010-04-02
, 16:14
|
Posts: 203 |
Thanked: 445 times |
Joined on Mar 2010
|
#7
|
![]() |
2010-04-02
, 16:46
|
|
Posts: 81 |
Thanked: 109 times |
Joined on Apr 2009
@ Brasov/Cluj, Romania
|
#8
|
hi, is there any way to have the gps device powered on and running (ready to take a fix) via dbus?
![]() |
2010-04-02
, 17:54
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#9
|
I needed something and I wrote a small script in python. Take a look here: http://github.com/andrei1089/canola-...gps-service.py
![]() |
2010-04-02
, 20:35
|
|
Posts: 81 |
Thanked: 109 times |
Joined on Apr 2009
@ Brasov/Cluj, Romania
|
#10
|
self.lat, self.long = device.fix[4:6]
Last edited by sylar; 2010-01-22 at 04:44. Reason: fixed a typo