summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-04 18:07:58 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-04 18:07:58 -0700
commiteb17d0a8d7d880bf5bcad146050a7627a1dfafb9 (patch)
treed271b863e85305b38b74edc323450fbbadde990c
parent6b5db2299d0a4d606db2a9e8eb20a6027db62791 (diff)
moin2mdwn: convert page Gypsy
-rw-r--r--Gypsy.mdwn (renamed from Gypsy.moin)99
1 files changed, 54 insertions, 45 deletions
diff --git a/Gypsy.moin b/Gypsy.mdwn
index f1c96d0..a62c394 100644
--- a/Gypsy.moin
+++ b/Gypsy.mdwn
@@ -1,45 +1,54 @@
-= Gypsy - A GPS Multiplexing Daemon =
-
-Gypsy is a GPS multiplexing daemon which allows multiple clients to access GPS data from multiple GPS sources concurrently.
-
-Without some sort of multiplexing system, a GPS device can only safely be accessed by one client. In a server situation this may not cause any problems, but on modern desktop which could potentially have multiple location aware devices, this could be an issue.
-
-Gypsy hides the tricky details of parsing NMEA from the client applications, passing the data as simple values for the clients to use.
-
-Gypsy uses D-Bus to notify clients about location changes, sitting on the system bus, issuing signals as the GPS data changes. This design allows clients to only be notified about the changes they care about and ignore the rest. Gypsy has fine grained signals, so a client only interested in position changes will not be woken up for any other changes like, for example, satellite detail changes.
-
-Gypsy is designed to be usable on all manner of systems, from low powered devices (such as Nokia N810 and Openmoko Neo) to regular high powered desktop systems. As the signals it emits are fine grained applications are woken up only when they absolutely need to be, keeping power requirements to a minimum.
-
-Gypsy was designed to fix the [[http://gypsy.freedesktop.org/why-not-gpsd.html|numerous design flaws]] found in GPSD.
-
-Included with Gypsy is libgypsy which is a GObject based C wrapper for the D-Bus API making writing clients very simple, although any language with D-Bus bindings can be used to write a Gypsy client (See simple-gps-python.py in the Gypsy sources for an example written in Python)
-
-== License ==
-The Gypsy daemon is available under version 2 of the GPL.
-Libgypsy is available under version 2 of the LGPL.
-
-This distinction is made so that the core of Gypsy, the gypsy-daemon program is kept as Free software while it can still be used by proprietary, closed source applications to provide location data.
-
-== Requirements ==
-
-Gypsy requires the following:
- * [[http://dbus.freedesktop.org|D-Bus]]
- * [[http://www.gtk.org|GLib]]
-
-If Bluetooth GPS support is required, then Gypsy can optionally use [[http://www.bluez.org|Bluez]].
-
-== Documentation ==
- * [[http://gypsy.freedesktop.org/gypsy-tutorial.html|A C tutorial on using Gypsy to write a simple GPS client]]
- * [[http://gypsy.freedesktop.org/reference/html/index.html|The libgypsy API documentation]]
- * [[Devices|Devices that are known to work]]
-
-== Downloading ==
- * Tarball - [[http://gypsy.freedesktop.org/releases/]]
- * GIT - git clone git://anongit.freedesktop.org/git/gypsy
-
-== Packages ==
- * Debian - In Debian or at [[http://debian.o-hand.com]]
- * Fedora - [[https://admin.fedoraproject.org/pkgdb/packages/name/gypsy]] -> ''yum install gypsy''
-
-== Bug Tracking ==
-Gypsy uses [[https://bugs.freedesktop.org|Bugzilla]] to track its bugs.
+
+
+# Gypsy - A GPS Multiplexing Daemon
+
+Gypsy is a GPS multiplexing daemon which allows multiple clients to access GPS data from multiple GPS sources concurrently.
+
+Without some sort of multiplexing system, a GPS device can only safely be accessed by one client. In a server situation this may not cause any problems, but on modern desktop which could potentially have multiple location aware devices, this could be an issue.
+
+Gypsy hides the tricky details of parsing NMEA from the client applications, passing the data as simple values for the clients to use.
+
+Gypsy uses D-Bus to notify clients about location changes, sitting on the system bus, issuing signals as the GPS data changes. This design allows clients to only be notified about the changes they care about and ignore the rest. Gypsy has fine grained signals, so a client only interested in position changes will not be woken up for any other changes like, for example, satellite detail changes.
+
+Gypsy is designed to be usable on all manner of systems, from low powered devices (such as Nokia N810 and Openmoko Neo) to regular high powered desktop systems. As the signals it emits are fine grained applications are woken up only when they absolutely need to be, keeping power requirements to a minimum.
+
+Gypsy was designed to fix the [[numerous design flaws|http://gypsy.freedesktop.org/why-not-gpsd.html]] found in GPSD.
+
+Included with Gypsy is libgypsy which is a GObject based C wrapper for the D-Bus API making writing clients very simple, although any language with D-Bus bindings can be used to write a Gypsy client (See simple-gps-python.py in the Gypsy sources for an example written in Python)
+
+
+## License
+
+The Gypsy daemon is available under version 2 of the GPL. Libgypsy is available under version 2 of the LGPL.
+
+This distinction is made so that the core of Gypsy, the gypsy-daemon program is kept as Free software while it can still be used by proprietary, closed source applications to provide location data.
+
+
+## Requirements
+
+Gypsy requires the following:
+
+* [[D-Bus|http://dbus.freedesktop.org]]
+* [[GLib|http://www.gtk.org]]
+If Bluetooth GPS support is required, then Gypsy can optionally use [[Bluez|http://www.bluez.org]].
+
+
+## Documentation
+
+* [[A C tutorial on using Gypsy to write a simple GPS client|http://gypsy.freedesktop.org/gypsy-tutorial.html]]
+* [[The libgypsy API documentation|http://gypsy.freedesktop.org/reference/html/index.html]]
+* [[Devices that are known to work|Devices]]
+
+## Downloading
+
+* Tarball - [[http://gypsy.freedesktop.org/releases/|http://gypsy.freedesktop.org/releases/]]
+* GIT - git clone git://anongit.freedesktop.org/git/gypsy
+
+## Packages
+
+* Debian - In Debian or at [[http://debian.o-hand.com|http://debian.o-hand.com]]
+* Fedora - [[https://admin.fedoraproject.org/pkgdb/packages/name/gypsy|https://admin.fedoraproject.org/pkgdb/packages/name/gypsy]] -> _yum install gypsy_
+
+## Bug Tracking
+
+Gypsy uses [[Bugzilla|https://bugs.freedesktop.org]] to track its bugs.