We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06250e0 commit 3d63d48Copy full SHA for 3d63d48
doc/common/getting_started.md
@@ -42,6 +42,15 @@ make -j$(nproc) install
42
43
Run any required tests from build/tests.
44
45
+## Clarifications for directory structures, namespaces and OCPP versions
46
+
47
+This repository contains multiple subdirectories and namespaces named v16, v2 and v21.
48
49
+* The v16 directories contain files for configuring and implementing OCPP 1.6.
50
+* The v2 directories include files for both OCPP2.0.1 and OCPP2.1, as OCPP 2.1
51
+is fully backward compatible with OCPP 2.0.1.
52
+* The v21 directories include files only for OCPP2.1.
53
54
## Get Started with OCPP1.6
55
56
Please see the [Getting Started documentation for OCPP1.6](../v16/getting_started.md).
0 commit comments