@@ -12,22 +12,22 @@ Please note, this is a library and not an application, so there is no main metho
1212
1313The design is driven by test, which will ensure premium software that is easy to adapt and modify to your needs.
1414
15- The library supports OCPP 1.6 with JSON and SOAP transports and OCPP 2.0.1.
15+ The library supports OCPP 1.6 with JSON and SOAP transports, OCPP 2.0.1 and OCPP 2 .1.
1616
1717The following packages are built from the sources:
1818
19- | Package | Description |
20- | -------------| ------------------------------------------------------------------- |
21- | ocpp16j | OCPP 1.6 with JSON transport (only) |
22- | ocpp16s | OCPP 1.6 with SOAP transport (only) |
23- | ocpp2 | OCPP 2.0.1 (multi-protocol capable, ocpp16j integration possible) |
24- | | |
25- | ocpp16 | OCPP 1.6 base dependency package |
26- | ocpp-common | common dependency package |
27- | ocpp-json | JSON transport dependency package |
28- | | |
29- | ocpp16-test | OCPP 1.6 integration tests |
30- | ocpp2-test | OCPP 1.6 and 2.0.1 integration tests |
19+ | Package | Description |
20+ | -------------| -----------------------------------------------------------------|
21+ | ocpp16j | OCPP 1.6 with JSON transport (only) |
22+ | ocpp16s | OCPP 1.6 with SOAP transport (only) |
23+ | ocpp2 | OCPP 2.x (multi-protocol capable, ocpp16j integration possible) |
24+ | | |
25+ | ocpp16 | OCPP 1.6 base dependency package |
26+ | ocpp-common | common dependency package |
27+ | ocpp-json | JSON transport dependency package |
28+ | | |
29+ | ocpp16-test | OCPP 1.6 integration tests |
30+ | ocpp2-test | OCPP 1.6 and 2.x integration tests |
3131
3232Incoming request events are split into feature profiles as described in the OCPP specification.
3333I recommend that you download and read the specification from openchargealliance.org
0 commit comments