You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splitting DLT Content and Logs:
When printing DLT messages to stdout, log messages may also be printed. It would be useful to have a feature that always prints DLT messages to stdout while saving logs separately into a file.
Chunking File (by Size):
In dlt-receiver, users can define the maximum size of an output file. When the maximum size is reached, a new file is automatically created.
Customizing ECU ID for Storage Header:
DLT messages from a source (stream) come without a Storage Header, which is required to save the message into a file. The ECU ID is a field in the Storage Header.
Integration plan
Here is a list of the open tasks that still need to be done on Chipmunk CLI tool:
Improve app UI to provide app status alongside with printing the log to stdout. One suggestion is to have a similar approach for package managers tools like pacman and compiler like cargo, by having the state updated on the last line while printing the logs (with table?) above.
Format DLT messages with fixed columns lengths for the know columns.
Provide configuration files as additional way to configure the tool besides cli arguments.
Dlt attachments are ignored for now.
Filtering is missing as well.
Snapshot testing.
Include in the releases.
Move the deprecated indexer-cli from indexer manifest.
Provide simple TUI enabling users from selecting and configuring the parser and source without having to pass them as CLI arguments. This should be an alternative way for the cli arguments and shouldn't replace it.
The text was updated successfully, but these errors were encountered:
Overview
Notes
Splitting DLT Content and Logs:
When printing DLT messages to stdout, log messages may also be printed. It would be useful to have a feature that always prints DLT messages to stdout while saving logs separately into a file.
Chunking File (by Size):
In
dlt-receiver
, users can define the maximum size of an output file. When the maximum size is reached, a new file is automatically created.Customizing ECU ID for Storage Header:
DLT messages from a source (stream) come without a Storage Header, which is required to save the message into a file. The ECU ID is a field in the Storage Header.
Integration plan
Here is a list of the open tasks that still need to be done on Chipmunk CLI tool:
pacman
and compiler likecargo
, by having the state updated on the last line while printing the logs (with table?) above.indexer-cli
from indexer manifest.The text was updated successfully, but these errors were encountered: