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. |
From libhomeradar 1.002 there is a simple webserver option included in the library. From your program you can enable or disable the webserver. If you are connected to your own SBS-1 or RadarBox station you can display the contacted aircrafts within your favorite web browser on Google Maps. /* Activate or deactivate internal webserver to show aircraft positions on Google(TM) maps Set onoff to TRUE (1) will enable the server. onoff to FALSE (0) will stop the server srv is the hostname on which the server will listen. Set srv to NULL will enable the listener on all available ips on your server. The default port is 8080. You can change this by setting the port value != 0 Note for Linux users: If you wish to bind this server on a port below 1024 you'll root access. */ extern int homeradar_webserver(LHR handle, const int onoff, const char *srv, const int port);
After you have enable the local webserver you can point your browser to http://localhost:8080/ (if you havn't changed the port) to see the contacted aircrafts on the map and within the information table on the right.
Google Maps is a registered trademark of Google
|
|||||