This project contains sample code to implement IF2 of the Intercor project. The interface specifications can be found in on the project website This document contains the released version (v1.0). Soon also version v2.1 will become available via the project website
The code is by no means robust, and should not be used in an operational environment. It is merely intended to demonstrate the basic functions that are required to implement the Intercor IF2 interface.
The default connection parameters are coded in IF2Client.java, but can be modified by providing them on the command line, e.g. username=user password=pwd etc. See IF2Client.java for all available parameters.
The IF2 specifications are based on QuadTree encoded locations. This example code also contains an implementation of the QuadTree algoritmn. A stand-alone example application is provided in QuadTreeCreator.java, and as executable jar file in QuadTreeCreator.jar