P8-Team / App

0 stars 0 forks source link

Implement function for transforming wifi frames to DataFrames #29

Closed soenderby closed 2 years ago

soenderby commented 2 years ago

Implement the approach described in P8-Team/Report#18 The input for tsfresh should be a Pandas DataFrame with this format. Add a method to_dataframe to the WifiFrame class.

A suggestion is to create a similar method on the classes WlanRadioInformation and FrameControlInformation. Then in the to_dataframe method of WifiFrame simply combine the resulting DataFrames and add the length.