xforce30164
Active Member
Made some more progress with the combined dump1090 mode. Almost got it working the way I want it to.
You can now choose receivers by id, and select table colums through the url.
base url:
where you change <...> to the correct values, for receivers it is (a combination of) 1 and 2, if both, separate them with a ";" and for the cols it is default or a custom selection of column names, also separated by ";"
so for example you could do:
which will display data from both receivers, and only show icao, flight, speed, altitude and track columns.
or do
which will display data from both receivers, and all default columns. (Including a new R/D column which represents the "quality of the signal". which is calculated in the following way: (it could be changed later though if I find a better formula)
Edit: now updated selected planeview aswell to show information if available from both receivers simultaneously.
also anyone knows what happened to flight NJE732B? It squawked 7700 and then dissappeared?
http://flightaware.com/live/flight/NJE732B
You can now choose receivers by id, and select table colums through the url.
base url:
Code:
http://dump1090.ayadex.com/cmb/index.php?receiver=<...>&cols=<...>
so for example you could do:
Code:
http://dump1090.ayadex.com/cmb/index.php?receiver=1;2&cols=icao;flight;speed;altitude;track
or do
Code:
http://dump1090.ayadex.com/cmb/index.php?receiver=1;2&cols=default
which will display data from both receivers, and all default columns. (Including a new R/D column which represents the "quality of the signal". which is calculated in the following way: (it could be changed later though if I find a better formula)
Code:
(tableplane.sitedist !== null ? (Math.abs(tableplane.rssi)/(tableplane.sitedist/1000.0)).toFixed(2) : "")
Edit: now updated selected planeview aswell to show information if available from both receivers simultaneously.
also anyone knows what happened to flight NJE732B? It squawked 7700 and then dissappeared?
http://flightaware.com/live/flight/NJE732B
Last edited: