diff options
author | Chris Abela <kristofru@gmail.com> | 2012-12-09 21:51:18 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:04 -0500 |
commit | 13aef59743d1126806bbef3f668c86457471c3eb (patch) | |
tree | ba20c98260be42efa352274726db83093cb5bf2f /network/ip2location-c/README | |
parent | 4df299d1db626fa96330189a5bd55805b91d8c27 (diff) | |
download | slackbuilds-13aef59743d1126806bbef3f668c86457471c3eb.tar.gz |
network/ip2location-c: Renamed from C-IP2Location.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/ip2location-c/README')
-rw-r--r-- | network/ip2location-c/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ip2location-c/README b/network/ip2location-c/README new file mode 100644 index 0000000000..f313f7bab9 --- /dev/null +++ b/network/ip2location-c/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. |