RUB-SysSec / DroneSecurity

DroneSecurity (NDSS 2023)
GNU Affero General Public License v3.0
944 stars 173 forks source link

Inquiry about file creation in drone detection #26

Closed Ganesh202 closed 5 months ago

Ganesh202 commented 5 months ago

how did you create the sample files of those two drones given in the repository and how can i make similar file for my DJI drone and test it from the droneid_receiver_offline.py program. and also, can I use LimeSDR instead of USRP for the live detection?

waiting for your reply. Thank you

nschllr commented 5 months ago

Hi, please have a look at our README: The samples were directly dumped from the first stage of the live receiver that detects candidate frames and performs no other data processing; it usually hands them directly to the rest of the code that you can test offline.

To use a limeSDR you have to replace the respective code in droneid_live_receiver.py, but we didn't the a limeSDR.