<?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>Tarotoast's Stuff &#187; geoip</title>
	<atom:link href="http://blog.tarotoast.com/tag/geoip/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tarotoast.com</link>
	<description>Personal blog</description>
	<lastBuildDate>Tue, 04 May 2010 08:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>IP -&gt; Location</title>
		<link>http://blog.tarotoast.com/2009/05/25/495/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ip-location</link>
		<comments>http://blog.tarotoast.com/2009/05/25/495/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:28:06 +0000</pubDate>
		<dc:creator>tarotoast</dc:creator>
				<category><![CDATA[Footprints + Diary]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.tarotoast.com/?p=495</guid>
		<description><![CDATA[GeoLite City vs GeoIP City: GeoLite City GeoIP City Cost Free $370 initial, $90 per month updates Coverage Worldwide Worldwide Accuracy Over 99.5% on a country level and 79% on a city level for the US within a 25 mile radius. More details Over 99.8% on a country level and 83% on a city level [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.maxmind.com/app/geolitecity">GeoLite City</a> vs <a href="http://www.maxmind.com/app/city">GeoIP City</a>:</p>
<table border="0">
<tbody>
<tr>
<td></td>
<td>GeoLite City</td>
<td>GeoIP City</td>
</tr>
<tr>
<td>Cost</td>
<td>Free</td>
<td>$370 initial, $90 per month updates</td>
</tr>
<tr>
<td>Coverage</td>
<td>Worldwide</td>
<td>Worldwide</td>
</tr>
<tr>
<td>Accuracy</td>
<td>Over 99.5% on a country level and 79% on a city level for the US within a 25 mile radius. <a href="http://www.maxmind.com/app/geolite_city_accuracy">More details</a></td>
<td>Over 99.8% on a country level and 83% on a city level for the US within a 25 mile radius. <a href="http://www.maxmind.com/app/city_accuracy">More details</a></td>
</tr>
<tr>
<td>Redistribution</td>
<td>Free, subject to GPL/LGPL for APIs and <a href="http://geolite.maxmind.com/download/geoip/database/LICENSE.txt">database license</a>. <a href="http://www.maxmind.com/app/builder">Commercial redistribution licenses</a> are available</td>
<td>Please contact us</td>
</tr>
<tr>
<td>Updates</td>
<td>Updated monthly, at the beginning of each month</td>
<td>Updated monthly.  For binary format, weekly updates, automated updates available by using geoipupdate program included with <a href="http://www.maxmind.com/app/c">C API</a></td>
</tr>
</tbody>
</table>
<p>Very evil indeed.</p>
<ol>
<li>Download and install GeoIP C API from <a href="http://www.maxmind.com/app/c">here</a>.</li>
<li>Download and install GeoIP Python API from <a href="http://geolite.maxmind.com/download/geoip/api/python/">here</a>.</li>
<li>Download latest GeoLite City Binary Format from <a href="http://www.maxmind.com/app/geolitecity">here</a>.</li>
<li>Extract GeoLite City file to /usr/local/share/GeoIP/</li>
</ol>
<p>Example uses of API can be found in test*.py that comes with Python API.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tarotoast.com/2009/05/25/495/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
