A python logging adapter for diagnostic log and trace protocol.
Project description
logging-dlt
A python logging adapter for "diagnostic log and trace" protocol.
Description
The goal of this project is to provide a way to route the proprietary dlt protocol into the python logging framework. This is done by using a logging adapter together with a dlt stream parser.
DLT protocol
DLT (Diagnostic Log and Trace) is a proprietary logging protocol. It is used in debugging automotive ECUs that run Autosar OS.
You should NOT use it if you have the choice!
It has many traps, inconsistencies and architecture dependencies. In the field it does overflow its own stream buffer, corrupting data on the wire. It causes endianess problems, e.g. use big endian even if it announced little endian a few bytes before ( Proof 1, 2 ) etc.
It is clear that it did not compete against any other logging mechanism or had any trial phase. It was just forged into a standard that is enforced for the Autosar OS.
License
This software is distributed under GPLv3 with some extension because GPLv3 did not manage to deny criminal misuse by organizations. This software is intended for usage by community and private individuals who are interested in car hacking. It is explicitly denied that any company or organization monetizes on this software. Monetize does not only mean money, it means gaining a competitive advantage of any kind by using this software. The author explicitly denies the usage for people associated with military, government agencies of any kind to whatever degree, same for car manufacturers and associates.
Deprecation of PyPi Packages
Packages on PyPi are no longer updated due to attempts of the Python Software Foundation to enforce new rules and basically flush out
developers who do not consent.
Recent packages can be installed directly from git, i.e.
pip install git+https://gitlab.com/menschel/logging-dlt.git --upgrade
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file logging-dlt-2.0.0.tar.gz
.
File metadata
- Download URL: logging-dlt-2.0.0.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1ffa434cd8c476a75965a74bdc47fce1e514002e3bb30b4685b05d34e3f4eff |
|
MD5 | dd354d0b9baf2f207dd08998b33a4036 |
|
BLAKE2b-256 | d1bce11e32a6b172754552e28701bbae94c51641af24831d1c0014cfb4ea08b9 |