maxmind / geoip-api-c

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

Netspeed with Cellular? #7

Closed sfurnival closed 11 years ago

sfurnival commented 11 years ago

We've been having issues trying to move from the standard Netspeed to the Netspeed with Cellular data. Is this not supported yet?

borisz commented 11 years ago

Hi Steve,

It is supported. Something like this should work.

gi = GeoIP_open("/usr/local/share/GeoIP/GeoIPNetSpeedCell.dat", GEOIP_STANDARD); netspeedcell = GeoIP_name_by_addr(gi, "24.24.24.24");

Boris Zentner

Am 01.03.2013 um 04:24 schrieb steve notifications@github.com:

We've been having issues trying to move from the standard Netspeed to the Netspeed with Cellular data. Is this not supported yet?

— Reply to this email directly or view it on GitHub.