Skip to content

telematika/ocpp-charger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Simple ocpp charger simlator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published