Skip to content

slimdestro/ocpp-go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ocpp-go-client

ocpp-go-client

Golang Client package for Open Charge Point Protocol (OCPP)

N|Solid

Installation

Configuration

import "github.com/slimdestro/ocpp-go-client"

endpoint := "ocpp-server-here"
client := ocpp.NewClient(endpoint)

chargeBoxID := "12345"
err := client.BootNotification(chargeBoxID)
if err != nil {
    fmt.Println("BootNotification failed:", err)
}

Author

slimdestro(Mukul Kumar)

About

ocpp-go-client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages