|
libdoip
0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
|
C/C++ library for Diagnostics over IP (DoIP) (fork from https://github.com/AVL-DiTEST-DiagDev/libdoip)
CAUTION The current API is under construction any may change at any time.
libdoip uses spdlog. The lib is downloaded automatically. Or you may install it locally via
See Logging for details.
Quick start — read the generated tutorial for the example server:
doc/ExampleDoIPServer.md (included in the Doxygen HTML under "Example DoIP Server Tutorial").If you want to generate the docs locally, install Doxygen and Graphviz and run:
/usr/lib/libdoip use:The project includes a small example DoIP server demonstrating how to use the DoIPServer and DoIPServerModel APIs and how to register UDS handlers.
examples/exampleDoIPServer.cpp, examples/ExampleDoIPServerModel.hSee the "Examples" section in the generated Doxygen main page for additional annotated links to these files.