bmwcarit / python-dlt

python-dlt is a thin Python ctypes wrapper around libdlt functions
Mozilla Public License 2.0
34 stars 29 forks source link

DLTContext #65

Open massicotjgab opened 5 months ago

massicotjgab commented 5 months ago

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 mtee lib neither any DLTContext to import. Could you please specify where I can find it?

Thank you very much,

Best Regards,

J-Gabriel