diag-client-lib icon indicating copy to clipboard operation
diag-client-lib copied to clipboard

Diagnostic Client library for diagnosing Automotive ECU, based on Adaptive Autosar Standard

Results 10 diag-client-lib issues
Sort by recently updated
recently updated
newest added

Description:- 1. Currently diag-client-lib creates multiple thread during its lifetime. The main task of this story is give meaningful name to each of its threads when instantiating it. 2. Create...

enhancement
good first issue

Create dynamic logger by reading for json config file ` "Logger": { "LogMode": "DLT" }, ` ` "Logger": { "LogMode": "CONSOLE" }, `

Description:- This story targets to build diag-client-lib on windows platform

enhancement
good first issue

Description:- Openssl is needed to support TLS in doip client. Therefore we must find a way to integrate openssl https://github.com/openssl/openssl Task:- 1. Integrate openssl with utillty-support library.

enhancement
good first issue

https://live.boost.org/doc/libs/1_84_0/doc/html/boost_asio/reference/io_context.html

1. Add instruction about how to build and run Diag client lib 2. Instruction about docker environment 3. Update Read me

Description:- Currently DoIP only supports unsecured connection with server. This story will create a utility class that will provide the support to secure the tcp socket with TLS connection Task:-...

enhancement