Code Monkey home page Code Monkey logo

Comments (7)

cjheath avatar cjheath commented on July 30, 2024

Pull requests are welcome, especially if they come with a URL pointing to the definitive ISO data.

from geoip.

elitenomad avatar elitenomad commented on July 30, 2024

This is Ipaddress related to Nigeria. gem is not returning me proper country. Is this country data included in the gem ?
c = GeoIP.new('/Users/pranava.swaroop/projects/agriculture-akubra/vendor/GeoIP.dat').country('154.66.32.198')
=> #<struct GeoIP::Country request="154.66.32.198", ip="154.66.32.198", country_code=0, country_code2="--", country_code3="--", country_name="N/A", continent_code="--">

from geoip.

cjheath avatar cjheath commented on July 30, 2024

Nigeria is included in the gem, which is up-to-date with the C API here:
https://github.com/maxmind/geoip-api-c/blob/master/libGeoIP/GeoIP.c#L202

However, country data for your IP address is coming from your database, which appears to be out of date. The address is up-to-date on maxmind.com's current online database. The free (legacy) Country database has Nigeria, and the legacy City database has Congo (the Cityv6 database has China!).

Bottom line: Buy a subscription and keep your database up-to-date.

from geoip.

cjheath avatar cjheath commented on July 30, 2024

Revision: Looking up an IPv6 database using an IPV4 address does not work correctly (this explains the China lookup)

from geoip.

elitenomad avatar elitenomad commented on July 30, 2024

Got the issue, GeoIP.dat that we were using is a old version. I updated it with new one. Thanks for the response 👍

from geoip.

elitenomad avatar elitenomad commented on July 30, 2024

Hey @cjheath , I am using GeoIP.dat.gz in our app, What additional advantages do i get if i switch to subscription version. If the difference is huge between the existing free version and subscription version, i want to think about it. Did the subscription version includes all countries and have better accuracy ?

Please provide me price details as well. Thanks for your help.

from geoip.

cjheath avatar cjheath commented on July 30, 2024

I don't work for Maxmind and have never personally bought a subscription (though clients have). They publish their prices and benefits, which I think includes finer detail in addition to staying current. Essentially you're paying them to continuously map the Internet as it changes.

from geoip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.