diff options
author | Chris Abela <chris.abela@maltats.com> | 2011-07-03 13:46:57 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:02 -0300 |
commit | 022d8487404bb4fe0ca2db5709387fb2530e3e16 (patch) | |
tree | f827c48bd22cbd7f79772845c473b4ab75e43403 /network/C-IP2Location/README | |
parent | a65f46228af05d1c81658c7429167169ae86ae35 (diff) | |
download | slackbuilds-022d8487404bb4fe0ca2db5709387fb2530e3e16.tar.gz |
network/C-IP2Location: Added (Geo IP library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/C-IP2Location/README')
-rw-r--r-- | network/C-IP2Location/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/C-IP2Location/README b/network/C-IP2Location/README new file mode 100644 index 0000000000..f313f7bab9 --- /dev/null +++ b/network/C-IP2Location/README @@ -0,0 +1,11 @@ +IP2Location is a C library that enables the user to find the country, region, +city, latitude, longitude, zip code, time zone, ISP, domain name, connection +type, area code, weather, mobile network by IP address or hostname originates +from. It contains a demo IP2Location IP-COUNTRY BIN database which consists of +real data for IP address range 0.0.0.0 to 99.255.255.255. This database +contains IP address blocks as key and countries as values. The paid version of +IP2Location database covers all IP address range. In general, it is more +complete, fast and accurate than using reverse DNS lookups. Developers can +download other sample databases to evaluate other features such as region, +city, latitude, longitude, zip code, ISP, domain name, connection, area code, +weather code and mobile network code using the same C library. |