-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Airborne Broadcast Activity
into Unmanned Systems
#1253
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jonrau-at-queryai
requested review from
floydtree,
pagbabian-splunk,
Aniak5,
mikeradka,
zschmerber and
davemcatcisco
as code owners
November 19, 2024 17:04
mikeradka
added
v1.4.0
Changes marked for the upcoming version 1.4.0
enhancement
New feature or request
labels
Nov 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment on the data type of rssi
. Otherwise LGTM.
Signed-off-by: Jonathan Rau <139361268+jonrau-at-queryai@users.noreply.github.com>
irakledibm
previously approved these changes
Dec 3, 2024
Signed-off-by: Jonathan Rau <139361268+jonrau-at-queryai@users.noreply.github.com>
query-jeremy
previously approved these changes
Dec 3, 2024
zschmerber
previously approved these changes
Dec 3, 2024
floydtree
reviewed
Dec 3, 2024
Signed-off-by: Jonathan Rau <139361268+jonrau-at-queryai@users.noreply.github.com>
jonrau-at-queryai
dismissed stale reviews from zschmerber and query-jeremy
via
December 3, 2024 18:48
6b22ace
floydtree
approved these changes
Dec 3, 2024
irakledibm
approved these changes
Dec 3, 2024
mikeradka
approved these changes
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
Adds a new Unmanned Systems event class Airborne Broadcast Activity which is a normalized implementation of Airborne Dependent Surveillance - Broadcast (ADS-B), also known as Mode S, as defined by the FAA https://www.faa.gov/about/office_org/headquarters_offices/avs/offices/afx/afs/afs400/afs410/ads-b which is a global standard for secondary tracking of aircraft and unmanned systems.
Larger drones, such as DJI Matrice 30s, Phantoms, Matrice 300s, and EVOs, Autels, and other military drones - both foreign and domestic (in terms of the US) - use ADS-B as well as regular commuter and military aircraft. This can be easily monitored using online resources such as ADSBExchange as well as open source tools such as
PyModeS
anddump1090
https://github.com/SDRplay/dump1090/blob/master/README-json.mdThe changes are as follows
aircraft
object to describe, well, aircraft -unammed_aerial_system
now extends thisunmanned_systems.json
base eventairborne_broadcast_activity
Event Class for ADS-B style tracking inclusive of UAS and Aircraftrssi
into the dictionary, needed for dump1090 but can be used for routers and network gear too, probably