Radarcape:User Services and Interfaces: Difference between revisions

From Beast Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 82: Line 82:
===Build-in Feeders===
===Build-in Feeders===


The Radarcape comes with a pre-installed feeders for the platforms [https://www.flightradar24.com Flightradar24], [https://www.coaa.co.uk/planeplotter.htm PlanePlotter], [https://planefinder.net Planefinder], and [https://www.flightaware.com FlightAware]. You may enter your private sharing key that you got from them in the configuration dialogue. The service can be disabled in the configuration menue.
The Radarcape comes with a pre-installed feeders for the platforms
[https://www.coaa.co.uk/planeplotter.htm PlanePlotter],
[https://www.flightaware.com FlightAware],
[https://www.flightradar24.com Flightradar24],
[https://opensky-network.org OpenSky Network] and
[https://adsbexchange.com ADS-B Exchange].
You may enter your private sharing key that you got from them in the configuration dialogue. The service can be disabled in the configuration menue.


For details see:
For details see:
* [[Radarcape:Planeplotter_Feeding|Planeplotter Feeder]]
* [[Radarcape:FlightAware_Feeding|FlightAware Feeder]]
* [[Radarcape:Flightradar24_Feeding|Flightradar24 Feeder]]
* [[Radarcape:Flightradar24_Feeding|Flightradar24 Feeder]]
* [[Radarcape:Planeplotter_Feeding|Planeplotter Feeder]]
* [[Radarcape:OpenSky Network Feeding|OpenSKy Network Feeder]]
* [[Radarcape:ADS-B Exchange_Feeding|ADS-B Exchange Feeder]]
* [[Radarcape:ADS-B Exchange_Feeding|ADS-B Exchange Feeder]]
* [[Radarcape:FlightAware_Feeding|FlightAware Feeder]]

Latest revision as of 13:03, 4 November 2019


Introduction to Radarcape Services and Interfaces

A Radarcape offers several services to a user, either for direct use or use with second level software.

All services can be used in parallel, only limited by the processing power of the Radarcape.


High Level Interfaces

High level interfaces are such which are for direct use by the operator without using special ADS-B software.

  • Aircraft List

This is a list of the aircraft that currently are in your neighbourhood. For displaying you need nothing more than a web browser. The table can be sorted by any kind of column, like time, ICAO ID, altitude and more. It refreshes itself after a configurable time. Omit time and delete time are configurable as well.

For details see Software Features - Aircraft Table.

  • 2D Map Output

Nothing else than a simple web browser and an internet connection is needed in order to display 2D maps originated directly from the Radarcape's aircraft list. The same display may be known from other application SW. This display is ideal for quick remote observation.

For details see Software Features - 2D Display.

  • KML output (3D display)

This output is designed for the use of KML capable readers like for example Google Earth. For the same aircraft that are displayed in the list, a 3D display of their tracks is generated. The display refreshes itself, which will result in a live display.

For details see Software Features - 3D Data KML Output.

  • Web configuration

Configuration of various items is handled by a web interface. There are no longer DIP switches available. Still the FPGA configuration can be overwritten by high level software. The web interface is password protected, default password is "radarcape"

For details see Radarcape Configuration.


Medium Level Interfaces

Medium level interfaces are to be used by software.

  • Aircraft List JSON data

Decoded interface in JSON format. This is the recommend way to interface with external applications.

For details see Software Features - Aircraft List JSON Service.

  • Port 30003 data

Decoded interface in comma separated format, based on the legacy Port 30003 Basestation format.

For details see Software Features - Port 30003 Service.

  • deltadb.txt web page

Similar to Port 30003, deliver a list of changes in the aircraft list which have either happened since the last request or a time that can be given as parameter.

For details see Software Features - DeltaDB Service.


Low Level Interfaces

There is plenty of SW availabe that can decode Mode-AC, Mode-S and ADS-B by itself. For these, the Radarcape provides raw data in different qualities and quantitites:

  • TCP port 10002

raw data as it is received by the FPGA board, includes all errors, broken frames and more. DF-11, DF-17 and DF-18 are CRC prechecked if selected in the configuration.

  • TCP port 10003

Mode-AC, Mode-S and ADS-B raw data but all frame types in Mode-S/ADS-B have passed CRC checking. This is the recommended port if you want to route full data through a slow speed network connection.

  • TCP port 10004

Mode-S DF-11, DF-17 and DF-18 only, all frame types prechecked. This is recommended in case that you only are interested in locatable aircraft and don't need every possible update.

  • TCP port 10005

Mode-S frames of non-ADSB aircraft only. This is a special port for streaming multilateration clients.

For details see Software Features - Data Streaming to Network.


Build-in Feeders

The Radarcape comes with a pre-installed feeders for the platforms PlanePlotter, FlightAware, Flightradar24, OpenSky Network and ADS-B Exchange. You may enter your private sharing key that you got from them in the configuration dialogue. The service can be disabled in the configuration menue.

For details see: