Skip to content

Open Smart Charging Protocol SDK for Go

License

Notifications You must be signed in to change notification settings

ChargePi/oscp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSCP-go

This repository contains a HTTP client (in Go) for OSCP (Open Smart Charging Protocol), which was generated using the oapi-codegen generator.

It also contains an OpenAPI specification for OSCP, which is used to generate the client and can be used to generate a compatible HTTP API server.

Installation

 go get github.com/ChargePi/oscp-go@latest"

Usage

import "github.com/ChargePi/oscp/<oscp-version>"