libhomeradareasy collect aircraft information |
4,654,851 registered contacts 57728 unique aircraft records, 9.31% 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. |
Translation file syntax
The translation file is a simple textfile where the entries are separated by a semicolon ';' # Translation table for libhomeradar (based on the acarsd project) # # Column index: Reg in message;Correct reg;Operator in message;Correct operator # # You can use the wildcards '*', '?', '+', '_' and '#';;; # * = Every character from here;;; # ? = Only one character replacement;;; # + = Only one alphanumeric char replacement;;; # _ = Only one digit replacement;;; # # = Push one digit and pop this in the resultstring;;; Automatic update of your translation file
Since version 1.003 libhomeradar will check every 10 minutes for changes within your translation file and if there are new entries, they will be loaded. /* Fetch latest translation database from web First the timestamp of the current file will be checked. If the file is not older then 7 days the download will NOT BE started. Function returns TRUE (1) on update and FALSE (0) if no update is needed. In case of errors -1 will be returned */ int homeradar_tt_refresh(LHR handle);
|
|||||