Skip to content

v0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vradarserver vradarserver released this 09 Feb 20:22
· 20 commits to master since this release

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