You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to audit all messages received and sent by a JSONServer (i.e. write all messages into logs or a message queue). It is unclear to me what is the best way to achieve that.
I have read https://github.com/ChargeTimeEU/Java-OCA-OCPP/wiki, https://github.com/ChargeTimeEU/Java-OCA-OCPP/wiki andJsonServer, Server, WebSocketListener & friends source code, but still struggle to find the right architectural place to do so and how to configure OCCP-J to do it. My understanding is that even if JsonCommunicator is the right abstraction, it is not configurable and I would have to fork most of OCCP-J code.
This discussion was converted from issue #227 on February 22, 2024 10:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to audit all messages received and sent by a JSONServer (i.e. write all messages into logs or a message queue). It is unclear to me what is the best way to achieve that.
I have read https://github.com/ChargeTimeEU/Java-OCA-OCPP/wiki, https://github.com/ChargeTimeEU/Java-OCA-OCPP/wiki andJsonServer, Server, WebSocketListener & friends source code, but still struggle to find the right architectural place to do so and how to configure OCCP-J to do it. My understanding is that even if JsonCommunicator is the right abstraction, it is not configurable and I would have to fork most of OCCP-J code.
Any advice would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions