Skip to content

Releases: vradarserver/opensky-to-basestation

v0.0.3

25 Jun 14:34
Compare
Choose a tag to compare
  • (@ahmadpi) Switched over to latest authentication method
  • (@ahmadpi) Added missing -port command-line switch
  • (@ahmadpi) Show credits remaining
  • Bumped .NET Core to version 6

v0.0.2

13 Feb 22:52
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

09 Feb 20:22
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-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