Re: gps via python, using dbus

2008-09-03 Thread Daniel Willmann
On Mon, 1 Sep 2008 03:07:42 +0200 Sascha Wessel <[EMAIL PROTECTED]> wrote: > > Could someone kind and helpful post an example of python code to > > get gps data via dbus? > > ogpsd_signals.py listens for gypsy signals > ogpsd_methods.py calls gypsy methods once and exits > ogpsd_resource.py reque

Re: gps via python, using dbus

2008-09-02 Thread Sascha Wessel
On Tue, Sep 02, 2008 at 07:39:09PM +1000, Matt wrote: > Firstly thank for posting the code, very intresting to pore over. > > However, it has not worked for me. > Any ideas ? Many... the most common problem for me is a very high interrupt load; more than 1000 per second in powertop. But there are

Re: gps via python, using dbus

2008-09-02 Thread Matt
Firstly thank for posting the code, very intresting to pore over. However, it has not worked for me. Any ideas ? debian-gta02:~# python ogpsd_methods.py Traceback (most recent call last): File "ogpsd_methods.py", line 8, in constatus = obj.GetConnectionStatus(dbus_interface='org.freedes

Re: gps via python, using dbus

2008-08-31 Thread Sascha Wessel
> Could someone kind and helpful post an example of python code to get gps > data via dbus? ogpsd_signals.py listens for gypsy signals ogpsd_methods.py calls gypsy methods once and exits ogpsd_resource.py requests the GPS resource from ousaged (power on while running, see /sys/devices/platform/s

Re: gps via python, using dbus

2008-08-27 Thread digger vermont
On Wed, 2008-08-27 at 20:56 +1000, Matt wrote: > Could someone kind and helpful post an example of python code to get gps > data via dbus? > > I had look at the code in > /usr/share/python-support/fso-frameworkd/framework/subsystems/ogpsd but > I'm clearly missing something as I cannot fathom ho

gps via python, using dbus

2008-08-27 Thread Matt
Could someone kind and helpful post an example of python code to get gps data via dbus? I had look at the code in /usr/share/python-support/fso-frameworkd/framework/subsystems/ogpsd but I'm clearly missing something as I cannot fathom how to make it work. Thanks ~ Matt __