libhomeradareasy collect aircraft informations |
| ACARS DECODER Planespotting Network Kinetic Avionics AirNav Systems Airframes.org | ||||||
| Home Docu Examples Functions Downloads Database Search Online API Success Stories News Imprint / Contact | ||||||
![]() libhomeradar is an easy to use library for all type of programming language which can use libraries. libhomeradar can connect to different sources to collect aircraft informations arround the world with extended informations, powerful filtering and structured data access. libhomeradar is written in C and is available for Linux and Windows (2003, XP, NT, Vista). Currently libhomeradar works with the Kinetic Avionics SBS-1 base station and the Airnav Systems Radarbox. |
Preparing libhomeradar installation
Download the latest version first and unzip / untar the downloaded files. Copy the libhomeradar.so (or libhomeradar.dll) to one of your library folders (/usr/lib) or (/usr/local/lib) or to the Windows library folder. Preparing your program
To include the support of libhomeradar you must compile your programm with the -lhomeradar option (gcc syntax). The headerfile libhomeradar.h must also be available for the compiler and of cause the library (extension .so / .dll) should be available for your linker.
|
|||||