• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Net/H03-May-2022-793314

READMEH A D24-Oct-20101.2 KiB2924

README

1The NetGeo server is provided by CAIDA (caida.org). If you are concerned with
2with anything to do with using the NetGeo server, please check their website
3(http://www.caida.org/tools/utilities/netgeo/)
4
5localizer is available from http://jan.kneschke.de/projects/localizer/
6
7Even though the NetGeo server will process domain names I find that success is
8sporadic. Using IP addresses or AS numbers will work everytime.
9
102006-03-16 Darren Ehlers <darren@ehlersconsulting.net>
11
12 * - Added support for the HostIP service, which still retaining the same
13 *   existing functionality (by default).  To use the HostIP service, simply
14 *   add the setService() call as in the following example:
15 *
16 *   > $geo = new Net_Geo();
17 *   > $geo->setService('hostip');
18 *   > $geo->getRecord("php.net");
19 *
20 * - Fixed a number of minor bugs, specifically related to providing
21 *   alternate URLs.
22 *
23 * - Fixed code to allow changing the current service via the setService call,
24 *   without having to create a new object.
25 *
26 * - Added RAWDATA result array item which contains the complete returned
27 *   array data.  The rest of the result array for the HostIP service is
28 *   setup to match the existing CAIDA result array.
29