Gpsd: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
= Where =
gpsd home: http://gpsd.berlios.de/
gpsd home: http://gpsd.berlios.de/


Line 6: Line 8:


My Mac: MacBookPro running Snow Leopard.
My Mac: MacBookPro running Snow Leopard.
= What and why =


gpsd is a service that listens to one or more gps receivers and makes the received data available over a network connection.
gpsd is a service that listens to one or more gps receivers and makes the received data available over a network connection.
Line 12: Line 16:


I use virtual machines, so I should be able to let a program running on any virtual machine connect to the gpsd host running on the Mac.
I use virtual machines, so I should be able to let a program running on any virtual machine connect to the gpsd host running on the Mac.
= How =

Revision as of 15:06, 8 May 2010

Where

gpsd home: http://gpsd.berlios.de/

Current version: 2.94

The Mac port: covers version 2.38 http://gpsd.darwinports.com/

My Mac: MacBookPro running Snow Leopard.

What and why

gpsd is a service that listens to one or more gps receivers and makes the received data available over a network connection.

The reason to run it on a Mac laptop is to make the signal available to programs needing location services in a way that is flexible and device independent.

I use virtual machines, so I should be able to let a program running on any virtual machine connect to the gpsd host running on the Mac.

How