Skip to content

sophon-jump/GeoIPJava

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEO IP

Sample Usage

* Country Lookup

LookupService cl = new LookupService(dbfile,LookupService.GEOIP_MEMORY_CACHE);
cl.getCountry("151.38.39.114").getCode()
cl.getCountry("151.38.39.114").getName()
cl.close()

* See samples directory for more

About

This is just a "fork" of the maxmind code you can find at http://www.maxmind.com/download/geoip/api/java/

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors