cjheath / geoip

The Ruby gem for querying Maxmind.com's GeoIP database, which returns the geographic location of a server given its IP address
http://geoip.rubyforge.org/
GNU Lesser General Public License v2.1
714 stars 90 forks source link

IP2Location LITE Support #52

Open m-cameron opened 9 years ago

m-cameron commented 9 years ago

@cjheath

Do you have plan to support the IP2Location LITE database? It has the ZIP code information which is an advantage compare to GeoIP.

http://lite.ip2location.com

cjheath commented 9 years ago

I'm not actively planning new development - it's demand based... and pull requests are welcome :). Is there published C code for this type of database?

m-cameron commented 9 years ago

Yes, I found a C library here.

https://github.com/chrislim2888/IP2Location-C-Library