lorenzodonini/ocpp-go

how do I use both OCPP 1.6 & 2.0.1 in custom Central System

rafee-eigen opened this issue · 1 comments

Current README shows only 1.6 and 2.0.1 as separate instances.

How do I run both the csms on both versions? The chargers will be sending protocols in http request before the websocket connection is established.

Currently this isn't possible, as the underlying websocket and ocpp-j layers only support one protocol version at a time. To run both protocol versions I recommend running two separate processes. Also check out this related issue.