lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
262 stars 125 forks source link

Disable message validation #130

Closed lorenzodonini closed 2 years ago

lorenzodonini commented 2 years ago

Adds the possibility to disable message validation at a package-level.

Validation can now be toggled with:

ocppj.SetMessageValidation(false)

Closes #129

hevanto commented 2 years ago

This looks good to me. At least for now it would allow me to communicate with chargers that do not fully adhere to the standard.

The ability to configure it on a per endpoint level would be nice in the future.