8000 GitHub - gregszalay/ocpp-messages-go: Go data types for OCPP 2.0.1 Messages
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gregszalay/ocpp-messages-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 89D1 div class="react-directory-truncate">go.mod
 
 
 
 

Repository files navigation

OCPP 2.0.1 data types for GO

Data types for

Getting started

Run example.go to see the types working

Re-generate types from schemas (if needed):

go install github.com/atombender/go-jsonschema/cmd/gojsonschema@latest

./generate.sh

More info

Based on: OCPP-2.0.1_part3_JSON_schemas (Download: OCPP 2.0.1)

0