-
|
But I found that the v2 module uses JSON Server, so I'm not very sure |
Beta Was this translation helpful? Give feedback.
Answered by
jmluy
Dec 6, 2025
Replies: 1 comment 2 replies
-
|
This is from the old unfinished implementation. It has been removed in https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/371/files. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sunup15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is from the old unfinished implementation. It has been removed in https://github.com/ChargeTimeEU/Java-OCA-OCPP/pull/371/files.
You should be using MultiProtocolJSONServer. Refer to https://github.com/ChargeTimeEU/Java-OCA-OCPP/blob/master/ocpp-v2-test/src/main/java/eu/chargetime/ocpp/test/OCPP201MultiProtocolFakeCSMS.java for a sample.