Skip to content

[feat] Add openPcap & setCalibration python binding

Features:

  • Add getCalibrationConfig() in appLogic to be able to change the calibration config in the Python console. (For now only setCalibrationFile() is supported but we could add other setter to be able to customize the configuration)
  • Add openPcap(filename) which open a the pcap file passed as parameter

Refact:

  • Add Transform and Network configuration structures instead of a bunch of getter, it makes the code clearer

Please merge !147 (merged) first

Edited by Timothée Couble

Merge request reports