diag-client-lib
diag-client-lib copied to clipboard
Diagnostic Client library for diagnosing Automotive ECU, based on Adaptive Autosar Standard
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...
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
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.
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:-...