libhomeradareasy collect aircraft information |
4,655,934 registered contacts 57729 unique aircraft records, 9.32% unresolved records |
| 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. |
Testing your translation file
If you have your own translation file with your own entries it should be tested. Since libhomeradar 1.003 we have included a small function to test your translation file against a given aircraft registration and/or flightnumber. Syntax of the translation test function:
/* Translation test function
This function must be called with a flightnumber and/or an registration
This function will return a complete LHR_CONTACT record with the
translated (if) informations or NULL on error.
You must call homeradar_freecontact() to free the reserved memory
*/
LHR_CONTACT *homeradar_translation_test(LHR handle, const char *registration,
const char *flightnumber);
If the results are not as expected, please check your translation file syntax or check if libhomeradar can open and read your translation file.
|
|||||