maxmind / geoip-api-c

DEPRECATED GeoIP Legacy C API
Other
371 stars 129 forks source link

Why Legacy? #108

Closed Neustradamus closed 5 years ago

Neustradamus commented 5 years ago

What is the solution to have not a legacy version?

nchelluri commented 5 years ago

This library is for the GeoIP Legacy format (dat). To read the MaxMind DB format (mmdb) used by GeoIP2, please see libmaxminddb.

From https://github.com/maxmind/geoip-api-c/blob/master/README.md#important-note .

Neustradamus commented 5 years ago

@nchelluri: Can you add in description of this repository? Near: "GeoIP Legacy C API"

Example: GeoIP Legacy C API, go to https://github.com/maxmind/libmaxminddb

nchelluri commented 5 years ago

Hi, I think that would not be a great idea as this repo still sees significant use.