Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 766 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 766 Bytes

OCPP charger simulator Build Status

Actor based representation of ocpp chargers. Can be run standalone against Central System as ordinary charger.

Setup

  1. 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>
  1. Add dependency to your pom.xml:
    <dependency>
            <groupId>com.thenewmotion.chargenetwork</groupId>
            <artifactId>ocpp-charger_2.10</artifactId>
            <version>2.0-SNAPSHOT</version>
    </dependency>