![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Drunken Stumbler
Join Date: Jun 2002
Location: Anywhere but Utah
Posts: 1,792
|
GPSD on Cygwin V0.1
If you want to run GPSD on Cygwin for use with Kismet or other such things, here's your guide:
http://www.renderlab.net/projects/wr...onwindows.html Many thanks to Goldfndr for creating the patch that allows this.
__________________
Never drink anything larger than your head! Scaramental Wine Taster for the Church Of WiFi Buy our book: RFID Security "I reject your reality, and substitute my own!" – Adam Savage CoWF WPA Hash Tables |
|
|
|
|
|
#2 (permalink) |
|
SpoonfeederExtraordinaire
Join Date: Jan 2005
Location: Maryland
Posts: 3,613
|
As always, you rock.
__________________
:00475160 0E A6 AE A0 19 E3 A3 46 .......F
:00475168 0D 65 17 0C 53 70 6F 6F .e..Spoo :00475170 6E 66 65 65 64 65 72 2E nfeeder. :00475178 45 78 74 72 61 6F 72 64 Extraord :00475180 69 6E 61 69 72 65 5D 3B inaire]; :00475188 8B 9E 92 5A FF 5D A6 F0 ...Z.].. |
|
|
|
|
|
#3 (permalink) | |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
Quote:
// gps_clear_fix(&session->gpsdata.fix); It seems that session->gpsdata.fix.mode is getting cleared extremely frequently by this statement, while session->gpsdata.newdata.mode is getting set very seldom (by $GPGSA, all others are compares), so the gps_merge_fix() that newdata changes are supposed to cause aren't occurring. In other words, newdata is checked/set, but the changes aren't going into fix. I'd tried following the above statement with a "gps_clear_fix(&session->gpsdata.newdata);" but that didn't seem to help. Before and after doing this, please try running cgps (Linux or Cygwin, whatever you have available) and report back. Don't use Kismet for testing GPS - that'd be like using MSIE for testing HTML validity, and I hope nobody here would do that! |
|
|
|
|
|
|
#4 (permalink) |
|
Knight Tooth Puller
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
|
For anyone looking to use gpsd in conjunction with something else or otherwise use multiple apps with one GPS receiver, XPort (currently XPort3, previously XPort2) works pretty well. It has a support forum with a friendly author. Admittedly it seemed to take a while to recognize my hotplugged USB GPS receiver (PL2303-based) but after it saw the port it did allow me to run Kismet and NetStumbler simultaneously yesterday (analysis later; NetStumbler got some that Kismet missed) with full GPS support.
Pointed to by rage, hadn't seen it mentioned elsewhere here yet. Please add to guide if it works for you. |
|
|
|