![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A python logging adapter for "diagnostic log and trace" protocol.
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 (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.
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.
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
FAQs
A python logging adapter for diagnostic log and trace protocol.
We found that logging-dlt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.