var fDesc=new Array(); fDesc[0] = "libhomeradar is a library written in plain C which makes the communication with the Kinetic Avionic SBS-1 box and the AirNav Systems RadarBox very easy. Simply link libhomeradar to your project (C, C or other languages which can use standard system libraries) and get structured data from your SBS-1 or from your RadarBox (see our small usage examples).

A special feature of libhomeradar is the possibility to connect to a lot of SBS-1 stations / RadarBoxes arround the world. libhomeradar has a very simple interface (structured data access) for the communication between your program and the library. A lot of callback functions are available for different events and with the collected database from our partner www.acarsd.org you have a lot of useful informations for every contacted aircraft.
With libhomeradar you can build a collector station for different SBS-1 / Radarboxes and create with the collected informations a very powerful database."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }