Skip to content

telematika/ocpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Charge Point Protocol v1.2 for Scala Build Status

You can find more details on the official website

Includes

  • CentralSystemService.wsdl generated scala beans
  • ChargePointService.wsdl generated scala beans
  • Helper methods to work with ocpp

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</artifactId>
        <version>2.7</version>
    </dependency>

About

Open Charge Point Protocol client

Resources

Stars

Watchers

Forks

Packages

No packages published