From 423b904d2af85ed88d65f15d8af453cbe935ad88 Mon Sep 17 00:00:00 2001 From: "Lentz, Rick" <rick.w.lentz.civ@mail.mil> Date: Thu, 9 Sep 2021 05:53:25 -0700 Subject: [PATCH] Presentation video https://www.youtube.com/watch?v=e7BWm0TBmFk&t=4s --- .../projects/Lentz/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assignments/src/MV3500Cohort2021JulySeptember/projects/Lentz/README.md b/assignments/src/MV3500Cohort2021JulySeptember/projects/Lentz/README.md index b9b124a07f..79c101d5e6 100644 --- a/assignments/src/MV3500Cohort2021JulySeptember/projects/Lentz/README.md +++ b/assignments/src/MV3500Cohort2021JulySeptember/projects/Lentz/README.md @@ -1,11 +1,13 @@ +## Final Course Project + In this project, we use several techniques and concepts to simulate software-defined transmitter/receiver systems through an aviation rf receiver use case. This version of the project plays a passive role. The SDR component is an RF receiver node to collect and transform broadcast messages into DIS messages to produce a 'home aviation spotter' awareness system. The system is composed of a few parts: -A software-defined radio setup [1] with a compiled FPGA image and PDU transmitter source code [2] to receive ADS-B data [3] -A conversion model for transforming message traffic in the DIS PDU Entity State messages +A software-defined radio setup [1] with a compiled FPGA image and PDU transmitter source code [2] to receive ADS-B data [3]. +A conversion model for transforming message traffic in the DIS PDU Entity State messages. A watch system to visualize DIS broadcasts and alerts when variables are within tolerance for conditions of interest. -This project's video walkthrough[4] and captured PCAP data is available [5]. +This project's overview slides are here and technical walkthrough videos are available here [4]. The captured ADSB Entity State PDU data is available here [5]. Technical details follow. ### install gnu radio using conda -- GitLab