Skip to content

yohannlog/OCPP_ChargingStation_2_0_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Under development

Charging Station Simulator

This is a simulator for the latest version of the OCPP (Open Charge Point Protocol) protocol, for the version 2.0.1. It is currently under development and will allow you to test the server part if you don't have a charging station for this purpose.

This project use :

  • Java 14 : This project use Java 14 with the exprimental feature called 'record'. This version is also used to have a less heavy application thanks to the modules system and to have the latest innovation of the language.
  • Gson : A Java library that can be used to convert Java Objects into their Json Representation or convert Json string to an equivalent Java object. View Gson in github for more informations.
  • JavaFX 14 (OpenJFX) : OpenJFX is an open source, next generation client application platform for desktop, mobile and embedded systems based on JavaSE. I use JavaFX 14 to be compatible with Java 14 to make the graphical part of this project. Since Java 9, JavaFx was removed of this system. View OpenJFX in github for more informations.
  • JFoeniX : JFoenix is an open source Java library, that implements Google Material Design using Java components. View JFoeniX in github for more informations.

OCPP Presentation

The Open Charge Point Protocol (OCPP) is a network protocol for communication between electric vehicle chargers and a central backoffice system. It is developed by the Open Charge Alliance(OCA). You can find more details on the official website.

Presentation

This part will be available when the software is finished !!

About

Charging Station Simulator OCPP 2.0.1 JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published