cuita85202 / Hybrid-IF2

Example implementation of the IF2 specifications of the European CEF project Intercor

Home Page:https://intercor-project.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

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

About

Example implementation of the IF2 specifications of the European CEF project Intercor

https://intercor-project.eu


Languages

Language:Java 100.0%