| Projects on Google Code | Results 1 - 10 of 13 |
This is a native GeoIP.dat reader for Python. It allows the use of GeoIP without an external service, or datastore, from Google AppEngine.
Cold start takes about 5ms to open the database. Warm lookups are so fast they can't be measured (an urlfetch will cost ~100 ms, a single Datastore get ~20ms)...
This is a pure Python alternative to [http://www.maxmind.com/app/python MaxMind's C-based Python API] for binary GeoIP databases. It is intended to make it easier to develop on Windows, or to simplify dependencies for things that don't require the speed/features of the C API. It is not entirely a dr...
smart banners engine
=BIND GeoIP=
This patch implements support for the !MaxMind® geolocation database (http://www.maxmind.com/app/ip-location) and uses the GeoIP C API. This patch was inspired by the patch at (http://www.caraytech.com/geodns/).
The goals for this patch were to implement the City and other !MaxMi...
http://geodjango.org/images/geodjango.png
=== !GeoDjango Basic Apps ===
Quickstart samples highlighting basic !GeoDjango integration with existing contrib apps (*!GeographicAdmin*), utilities of !GeoDjango (*GeoIP*), and (to come) fully pluggable geoapps.
These projects aim to be a useful sta...
The goal of IP tagging is to enrich the events with as much intelligence as possible to help shorten the time you are searching/investigating your data.
This can be accomplished in several different ways:
* Using a Splunk Pre-Processor to append the events before they are indexed to enrich t...
GeoIP Plugin for CodeIgniter
Written By Paul Trippett (paul_at_softlab-bss_com)
To use this plugin you must create a table in your database with the following schema: -
{{{
CREATE TABLE `geoip` (
`id` int(10) unsigned NOT NULL auto_increment,
`ip_start` varchar(15) NOT NULL,
...
=IpToCountry Components=
This package consists of two Coldfusion components and two Coldfusion pages. One is used to import the IpToCountry.csv file from [http://software77.net/geoip-software.htm WebNet77] into either a MySQL or MSSQL database. The other is used to get the country information from ...
A milter daemon and policy server for postfix implemented in python.
==Usage==
<img src="http://www.ardentcreative.co.nz/tracking/geoipgen.png">
<pre>
{{{
Usage: ./geoipgen [OPTION]... [COUNTRYCODE]...
IPv4 network tool for generating geotargeted IP addresses.
Features: Random or sorted order, unique or repeating ips, skips
broadcast addresses, uses MaxM...