-
I configure DLT daemon using IPv6 and UDP support
(build with WITH_DLT_USE_IPv6=ON and WITH_UDP_CONNECTION=ON)
But it not working with UDP, only TCP is working.
I configure in dlt.conf as follow:
…
-
The pull request https://github.com/flathub/flathub/pull/2147 have been merged for a while. However, the application is not present in the flathub frontend. https://flathub.org/apps/details/org.genivi…
-
Hi,
I'm still learning about DLT, and there's a lot to read through.
I understand that I can read logs from a dlt-daemon by simply connecting to its TCP port. My question - can I also do other th…
krafs updated
2 years ago
-
When building from source on Mac, if there are plugins on the package the App doesn't start and keeps crashing.
Did I miss anything?
Is any step missing on the Readme/Install file?
-
Hi. I don´t know wether this is a common issue, but I use the dlt-convert feature of the demon to convert dlt files into log files for filebeat to be read. Some of the lines having the same line numbe…
-
Dear dlt-viewer developers!
Is a clipboard export of selected Dlt messages formatted as Jira table (in context menu) too specialized? I could provide a PR for that if somebody is interested...
B…
-
I have faced the issue , if application are using dlt_register_context_ll_ts() and dlt_set_application_ll_ts_limit() and setting log level as verbose , these log will be seen in dlt-viewer , even thro…
-
With Serial ASCII Mode I can actually use DLT viewer as a powerful serial debug tool.
The only downside is I cannot send a message by DLT viewer.
Is it possible for add this feature?
-
I am setting the application verbosity using dlt-control utility using following command:
dlt-control -l -a -c localhost.
setup
1) captured the dlt traces using dlt viewer(dlt package: 2.18.…
-
Hello,
Is there a way to disable inject feature of DLT protocol via compiler option? usecase is that i am trying to secure DLT from misuse / misconfigurations from the viewer. further would like to…