Skip to content

Commit 76fa4fa

Browse files
authored
Update README.md
I was pointed out to me that the README needed an update now that we support version 2+.
1 parent 4859ecd commit 76fa4fa

File tree

1 file changed

+5
-24
lines changed

1 file changed

+5
-24
lines changed

README.md

+5-24
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,26 @@
55
Java-OCA-OCPP
66
=============
77

8-
A client and server library of Open Charge-Point Protocol from openchargealliance.org
9-
10-
With this library, you can easily get started with the Open Charge-Point Protocol.
11-
The design is driven by test, which will ensure premium software that is easy to adapt and modify to your needs.
8+
A library for the Open Charge-Point Protocol from openchargealliance.org
129

10+
This library is made to support anyone who wants to implement a Central System or Charge Point that follows the Open Charge-Point Protocol.
1311
Please note, this is a library and not an application, so there is no main method.
1412

15-
Currently we support 1.6 SOAP or Web socket.
13+
The design is driven by test, which will ensure premium software that is easy to adapt and modify to your needs.
14+
15+
The library supports version 2.0.1 and 1.6 SOAP and web sockets.
1616

1717
Incoming request events are split into feature profiles as described in the OCPP specification.
1818
I recommend that you download and read the specification from openchargealliance.org
1919

2020
See the project plan here:
2121
https://tree.taiga.io/project/tvolden-java-oca-ocpp/
2222

23-
!! If you have an implementation for 0.4 or earlier, please read:
24-
https://github.com/ChargeTimeEU/Java-OCA-OCPP/wiki/External-interface-change-from-version-0.4-to-0.5
25-
2623
Maven
2724
=====
2825

2926
Find the maven repo here: https://mvnrepository.com/artifact/eu.chargetime.ocpp
3027

31-
Dependencies
32-
============
33-
34-
Java-OCA-OCPP uses the following libraries:
35-
36-
* [Groovy-2.4](http://www.groovy-lang.org/)
37-
* [JUnit4](http://junit.org/junit4/)
38-
* [org.hamcrest:hamcrest-all:1.3](http://hamcrest.org)
39-
* [org.mockito:mockito-core:1.10.19](http://mockito.org)
40-
* [spock-core-0.7-groovy-2.0](http://spockframework.org)
41-
42-
To use version 1.6 you need the following libraries:
43-
44-
* [com.google.code.gson](https://github.com/google/gson)
45-
* [org.java_websocket](https://github.com/TooTallNate/Java-WebSocket)
46-
4728
License
4829
=======
4930

0 commit comments

Comments
 (0)