Actor based representation of ocpp chargers. Can be run standalone against Central System as ordinary charger.
- Add this repository to your pom.xml:
<repository>
<id>thenewmotion</id>
<name>The New Motion Repository</name>
<url>http://nexus.thenewmotion.com/content/repositories/releases-public</url>
</repository>
- Add dependency to your pom.xml:
<dependency>
<groupId>com.thenewmotion.chargenetwork</groupId>
<artifactId>ocpp-charger_2.10</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>