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. |
Database querieslibhomeradar provides some functions to query the internal databases /* Try to resolve reg by icao24 code */ extern char *homeradar_getregbyicao24(LHR handle, const char *icao24); /* Try to resolve flight by flightnumber */ extern char *homeradar_getroute(LHR handle, const char *flight); /* Get icao24 code for a given reg */ extern char *homeradar_geticao24byreg(LHR handle, const char *reg); /* Get airline based on flightnumber */ extern void *homeradar_getairline(LHR handle, const char *flightnum, const int record); /* Get type informations based on ICAO24 code or reg */ extern LHR_CONTACT *homeradar_gettype(LHR handle, const char *srch); These functions will return a pointer to a string or NULL if the library could not found a matching entry within the database.
|
|||||