Skip to content

Commit 3d63d48

Browse files
committed
Added clarifications of directory structure in getting started guide
Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>
1 parent 06250e0 commit 3d63d48

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/common/getting_started.md

+9
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ make -j$(nproc) install
4242

4343
Run any required tests from build/tests.
4444

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+
4554
## Get Started with OCPP1.6
4655

4756
Please see the [Getting Started documentation for OCPP1.6](../v16/getting_started.md).

0 commit comments

Comments
 (0)