Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need a client side API for determing geo location of IP addresses

I need a client side API in either Java or Ruby. I would much prefer need this to be LOCAL only. Infact this might not even be an IP, but more of a database import. The thing is that I cannot make use of a web service based one as that is too much heavy I/O for me.

Note: By geolocation, all I really need is country/region at best. I would accept actual lat/long cordinates as well.

like image 728
Zombies Avatar asked Feb 28 '23 14:02

Zombies


2 Answers

I was looking at these guys a couple months ago: http://www.maxmind.com/app/geolitecountry

It seemed OK, for my limited purposes.

like image 136
Pointy Avatar answered Apr 07 '23 15:04

Pointy


a quick google search yielded this result: http://www.hostip.info/dl/index.html

I think it is what you are looking for.

like image 27
João Portela Avatar answered Apr 07 '23 15:04

João Portela