BaseStationReader.Logic
1.31.0
dotnet add package BaseStationReader.Logic --version 1.31.0
NuGet\Install-Package BaseStationReader.Logic -Version 1.31.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BaseStationReader.Logic" Version="1.31.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BaseStationReader.Logic --version 1.31.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BaseStationReader.Logic, 1.31.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BaseStationReader.Logic as a Cake Addin #addin nuget:?package=BaseStationReader.Logic&version=1.31.0 // Install BaseStationReader.Logic as a Cake Tool #tool nuget:?package=BaseStationReader.Logic&version=1.31.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ADS-B-BaseStationReader
About
- An RTL2832/R820T2 USB Dongle is plugged into the Raspberry Pi
- The Raspberry Pi is running the dump1090-mutability service to decode the data from the dongle
- One of the outputs is a decoded stream of messages in "Basestation" format, that is exposed on a TCP port on the Pi
- This stream is read by the MessageReader, that exposes an event used to notify subscribers when a new message arrives
- The AircraftTracker subscribes to these events and passes each new message to the message parsers to have the information it contains extracted into an aircraft tracking object
- The AircraftTracker enqueues each new tracking object for asynchronous writing to the SQLite database
- It also exposes events to notify subscribers when aircraft are added, updated and removed
- On a timed interval, the QueuedWriter processes pending writes from the the queue
Getting Started
Please see the Wiki for configuration details and the user guide.
Authors
- Dave Walker - Initial work - LinkedIn
Feedback
To file issues or suggestions, please use the Issues page for this project on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- BaseStationReader.Data (>= 1.31.0)
- BaseStationReader.Entities (>= 1.31.0)
- ClosedXML (>= 0.102.1)
- Serilog (>= 3.0.1)
- Serilog.Sinks.File (>= 5.0.0)
- System.Linq.Async (>= 6.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.31.0 | 126 | 4/8/2024 |
1.30.0 | 156 | 9/28/2023 |
1.29.0 | 147 | 9/28/2023 |
1.28.0 | 162 | 9/27/2023 |
1.27.0 | 153 | 9/25/2023 |
1.26.0 | 146 | 9/24/2023 |
1.25.0 | 150 | 9/23/2023 |
1.24.0 | 145 | 9/22/2023 |
1.23.0 | 128 | 9/22/2023 |
1.22.0 | 162 | 9/19/2023 |
1.19.0 | 178 | 9/2/2023 |
1.18.0 | 169 | 9/1/2023 |
1.17.0 | 170 | 8/29/2023 |
1.16.0 | 177 | 8/28/2023 |
1.15.0 | 175 | 8/27/2023 |
1.14.0 | 177 | 8/27/2023 |
1.13.0 | 171 | 8/27/2023 |
1.12.0 | 178 | 8/27/2023 |
1.11.0 | 171 | 8/27/2023 |
1.9.0 | 175 | 8/24/2023 |
1.8.0 | 169 | 8/24/2023 |