[maemo-developers] Accessing GPS data remotely
From: tz thomas at mich.comDate: Fri Jan 30 19:09:24 EET 2009
- Previous message: Accessing GPS data remotely
- Next message: Upstart vs. sysvinit (roadmap)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
There is also for bluetooth (with bluez-utils-test installed): http://www.internettablettalk.com/forums/showpost.php?p=193324&postcount=11 ---cut--- #!/bin/sh if [ $# == 0 ]; then sdptool add SP while true; do rfcomm -r -i hci0 listen 2 1 $0 {} done fi exec /usr/libexec/navicore-gpsd-helper >$1 ---cut--- The Nokia will then act like most bluetooth GPS units (except when starting up the packets will be one every 5 seconds so some cell-phone gps software will time-out - read the entire thread). On Tue, Jan 27, 2009 at 2:21 AM, Andrew Daviel <advax at triumf.ca> wrote: > > I want to access the GPS data from my N810 from a Linux laptop over WiFi. > (or, possibly, Bluetooth or the USB cable) > > The "regular" gpsd server listens on 2947 on all interfaces, so that I > should be able to just run cgps or xgps on the laptop. But gpsd on the > N810 seems to only listen on loopback. > > Is there any config item to change this behaviour ? > Should I file a bug report ? > > It seems silly to have to write extra interface applications when the > existing server ought to do it directly. > > -- > Andrew Daviel, TRIUMF, Canada > Tel. +1 (604) 222-7376 (Pacific Time) > Network Security Manager > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers >
- Previous message: Accessing GPS data remotely
- Next message: Upstart vs. sysvinit (roadmap)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]