nsimonato8 / atcns-demo

This repository is the demo for the Advanced Topics for Computer and Network Security class, held by prof. Mauro Conti of the University of Padova.
0 stars 0 forks source link

Data extraction module #1

Closed nsimonato8 closed 6 months ago

nsimonato8 commented 7 months ago

We need to create a module that loads the .pcap file(s) and extracts the contents of the Wi-Fi header, in particular:

This module should also extract the audio signal from the ground-truth recording.

nsimonato8 commented 6 months ago

The routines for the extraction of the Wi-Fi header features are completed, need testing.

nsimonato8 commented 6 months ago

The routines for the extraction of the audio data will be implemented. They just need to convert an audio file into a vector of values, proportional to the intensity of the sound.

nsimonato8 commented 6 months ago

All the routines requested were implemented and tested successfully.