Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Mapping IP addresses to physical locations
http://www.omegahat.org/GeoIP
Cannot retrieve the latest commit at this time.
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
R | ||
|
|
Web | ||
|
|
autom4te.cache | ||
|
|
data | ||
|
|
inst | ||
|
|
man | ||
|
|
src | ||
|
|
tests | ||
|
|
.Rbuildignore | ||
|
|
DESCRIPTION | ||
|
|
NAMESPACE | ||
|
|
README | ||
|
|
WebLogIPAddr.png | ||
|
|
config.log | ||
|
|
config.status | ||
|
|
configure | ||
|
|
configure.in | ||
|
|
omegahatWebLogIPs.rda | ||
README
Download the C code from http://geolite.maxmind.com/download/geoip/api/c/ and configure and build that. Download the database from http://www.maxmind.com/app/geolitecity There are instructions there also. You can download this with wget -N -q http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz and then extract the file from the archive. Then install it in some location. Set the environment variable GEOIP_DLL to the full path of the DSO. Set the environment variable GEOIP_DATA to the full path of the database.