1This is a postprocessing utility which converts bsim Phy dumps of the Tx 2activity of 1 or several devices into the import format for the Ellisys 3Bluetooth Analyzer SW (.bttrp). 4This way the BLE standard traffic (and some industry propietary extensions) 5can be analyzed by this Ellisys tool. 6 7You can call it for example as: 8 components/ext_2G4_phy_v1/dump_post_process/csv2bttrp results/<sim_id>/d_2G4*.Tx.csv > ~/Trace.bttrp 9 10This trace can then be *imported* into the Ellisys SW: 11 File > Import ; Select Bluetooth packets ; Click Next ; Click Browse ; and select/open the file. 12 13Note that all packets which are not BLE modulated won't be coverted (will be ignored). 14 15Note that the Ellisys analyzer SW is _very_ picky, and ignores many packets which are 16in some way malformed. 17 18Note: convert_results_to_ellisys.sh is deprecated, please use csv2bttrp (or convert_results_to_ellisysv2.sh) instead. 19