You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
- Local example page: see `doc/ExampleDoIPServer.md` (included in the Doxygen HTML under "Example DoIP Server Tutorial").
31
+
- Example tutorial (direct): https://magolves.github.io/libdoip/ExampleDoIPServer.html
32
+
33
+
If you want to generate the docs locally, install Doxygen and Graphviz and
34
+
run:
31
35
32
36
```bash
33
-
# Install Doxygen and Graphviz
34
37
sudo apt install doxygen graphviz
35
-
36
-
# Generate documentation
37
38
doxygen Doxyfile
38
-
39
-
# Open the documentation
40
39
xdg-open docs/html/index.html
41
40
```
42
41
@@ -76,7 +75,22 @@ sudo apt install doctest
76
75
sudo tcpdump -i any udp port 13400 -X
77
76
```
78
77
78
+
## Examples
79
+
80
+
The project includes a small example DoIP server demonstrating how to
81
+
use the `DoIPServer` and `DoIPServerModel` APIs and how to register UDS
82
+
handlers.
83
+
84
+
- Example source files: `examples/exampleDoIPServer.cpp`,
85
+
`examples/ExampleDoIPServerModel.h`
86
+
- Example tutorial (published): https://magolves.github.io/libdoip/ExampleDoIPServer.html
87
+
88
+
See the "Examples" section in the generated Doxygen main page for
89
+
additional annotated links to these files.
90
+
91
+
79
92
## References
93
+
80
94
-[ISO 13400-2:2019(en) Road vehicles — Diagnostic communication over Internet Protocol (DoIP) — Part 2: Transport protocol and network layer services](<https://www.iso.org/obp/ui/#iso:std:iso:13400:-2:ed-2:v1:en>)
81
95
-[Specification of Diagnostic over IP](<https://www.autosar.org/fileadmin/standards/R20-11/CP/AUTOSAR_SWS_DiagnosticOverIP.pdf>)
82
96
-[Diagnostics over Internet Protocol (DoIP)](<https://cdn.vector.com/cms/content/know-how/_application-notes/AN-IND-1-026_DoIP_in_CANoe.pdf>)
0 commit comments