rladstaetter / LogoRRR

A simple and straightforward log viewer that displays the events of interest in a clear and concise visual manner so that you can identify them faster.
https://www.logorrr.app/
Apache License 2.0
116 stars 7 forks source link

Support for modules (someip) #3

Closed lanthale closed 3 years ago

lanthale commented 3 years ago

Thank you for that tool.

Two features would be great to have:

rladstaetter commented 3 years ago

Thank you for opening the first issue here ;-)

I'll definitely want to add a custom search functionality, maybe even for the next release. 👍

As for the second part of your feature request you would have to elaborate further. Modules in which sense?

Concerning decryption: I think that decrypting logfiles/messages should be done in another application, as its highly specific to your usecase/encryption algorithm. Maybe it could be included with some sort of generic plugin / interface system, but still this would just complicate things. I try to keep the tool as simple as possible 🤷‍♂️

rladstaetter commented 3 years ago

added basic search functionality just now ...

rladstaetter commented 3 years ago

at least the first part of your issue description should be implemented with release 21.2.1 - i would like to close this issue since i have no plans to include decryption or modularizing the application since I don't have any hopes that this will be possible soon with Scala nor do I have the expertise to do it - maybe you can point me to relevant documentation? the last time i've tried I had to give up unfortunately ...

rladstaetter commented 3 years ago

closing issue if you don't mind ...

lanthale commented 3 years ago

Thank you for the implementation. Regarding someip the only documentation is https://www.autosar.org/fileadmin/user_upload/standards/foundation/1-0/AUTOSAR_PRS_SOMEIPProtocol.pdf. But this is very special. Maybe I will try to implement a someip parser and later on integrate into your project if you want.