summaryrefslogtreecommitdiffstats
path: root/network/ip2location-c/README
diff options
context:
space:
mode:
author Jason Graham2018-05-08 15:43:42 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:25 +0200
commitd58415aa6d6e168970150505c96909c28e34c2ac (patch)
tree4f8b5be4f46c4e607f22b774d44becebe03159ee /network/ip2location-c/README
parent526b4e989a7e773282d301e6bea006fae5fbd51f (diff)
downloadslackbuilds-d58415aa6d6e168970150505c96909c28e34c2ac.tar.gz
network/ip2location-c: Updated for version 8.0.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/ip2location-c/README')
-rw-r--r--network/ip2location-c/README30
1 files changed, 19 insertions, 11 deletions
diff --git a/network/ip2location-c/README b/network/ip2location-c/README
index f313f7bab9..7c045d09a3 100644
--- a/network/ip2location-c/README
+++ b/network/ip2location-c/README
@@ -1,11 +1,19 @@
-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.
+IP2Location C library enables the user to find the country, region,
+city, coordinates, zip code, time zone, ISP, domain name, connection
+type, area code, weather, MCC, MNC, mobile brand name, elevation and
+usage type that any IP address or hostname originates from. It has
+been optimized for speed and memory utilization. Developers can use
+the API to query all IP2Location binary databases for IPv4 and
+IPv6 address.
+
+It contains the IP-COUNTRY BIN databases (IPv4 and IPv6) which
+consists of IP address blocks as keys and countries as
+values. 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, mobile network,
+elevation, and usage type code using the same C library.
+
+To install the included IP-COUNTRY BIN databases pass DB=yes to
+the slackbuild as
+
+ DB=yes ./ip2location-c.SlackBuild