python-dlt
python-dlt copied to clipboard
python-dlt is a thin Python ctypes wrapper around libdlt functions
- When __iter__function is called over million times, the overhead of a function call effects the execution time. Inline it to improve the performance.
Hi, I have a question regarding the DLT, is it possible to use this library to decode the Payload "ETH_Frame.DataBytes" of the DLT file with using the fibex file
Hi, In your README file, you write: >>> ctx = DLTContext(broker, filters=[("SYS", "JOUR")]) An you say we can import DLTContext from mtee. For now I'm not able to found any...