Releases: vradarserver/opensky-to-basestation
v0.0.3
v0.0.2
Added the tickle option to stop aircraft dropping off the VRS display when OpenSky takes longer than 20 seconds to respond to a request for aircraft.
v0.0.1
A test release. You will need the dotnet core 3.1 framework installed:
https://dotnet.microsoft.com/download/dotnet-core/3.1
On Windows unpack and run opensky-to-basestation.exe. On all other operating systems unpack and run dotnet opensky-to-basestation.dll.
So for example, to perform anonymous fetches of aircraft in the UK on Windows:
opensky-to-basestation -rebroadcast -lomin -10 -lomax 4 -lamin 48 -lamax 62
and the same under OSX or Linux would be:
dotnet opensky-to-basestation.dll -rebroadcast -lomin -10 -lomax 4 -lamin 48 -lamax 62
To get command-line help on Windows:
opensky-to-basestation
and on OSX / Linux:
dotnet opensky-to-basestation.dll