<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zedstar dot org &#187; glib</title>
	<atom:link href="http://zedstar.org/blog/tag/glib/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedstar.org/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Mar 2012 07:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple example of accessing gpsd from C code</title>
		<link>http://zedstar.org/blog/2009/11/24/simple-example-of-accessing-gpsd-from-c-code/</link>
		<comments>http://zedstar.org/blog/2009/11/24/simple-example-of-accessing-gpsd-from-c-code/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:17:40 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[glib]]></category>
		<category><![CDATA[gps]]></category>

		<guid isPermaLink="false">http://zedstar.org/blog/?p=166</guid>
		<description><![CDATA[Code: http://zedstar.org/tarballs/gpstest-0.1.tar.gz From the README: A simple GLib based program which periodically reads coordinates from gpsd. The logs directory contains a sample gps log which can be fed to gpsfake: gpsfake 1334-N-20071129-GTA01-A3.log Make sure gpsd is not running before attempting to run gpsfake. The data was taken from a Neo 1973 in central London. It [...]]]></description>
			<content:encoded><![CDATA[<p>Code:</p>
<p><a href="http://zedstar.org/tarballs/gpstest-0.1.tar.gz">http://zedstar.org/tarballs/gpstest-0.1.tar.gz</a></p>
<p>From the README:</p>
<pre>A simple GLib based program which periodically reads coordinates from gpsd.

The logs directory contains a sample gps log which can be fed to gpsfake:

gpsfake 1334-N-20071129-GTA01-A3.log

Make sure gpsd is not running before attempting to run gpsfake.

The data was taken from a Neo 1973 in central London. It will take a moment
to start showing coordinates.
</pre>
<p>** edit ** This example needs updating to work on newer GPSD versions</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2009/11/24/simple-example-of-accessing-gpsd-from-c-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

