From 4c69efeacafda3a585d526b1476572746537f8c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 13 Jun 2024 09:55:28 +0200 Subject: [PATCH] docs(ocpp-server): refine README.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- tests/ocpp-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ocpp-server/README.md b/tests/ocpp-server/README.md index bb5d5b17..b0ddd9b7 100644 --- a/tests/ocpp-server/README.md +++ b/tests/ocpp-server/README.md @@ -24,9 +24,9 @@ The server will start listening for connections on port 9000. ### Server.py -The server script waits for connections from clients. When a client connects, the server creates a new instance of the `ChargePoint` class. This class includes methods for handling various OCPP actions (`BootNotification`,`GetBaseReport`), most of which return a dummy response. The `GetBaseReport` method prints the received request and returns a simple confirmation message. +The server script waits for connections from clients. When a client connects, the server creates a new instance of the `ChargePoint` class. This class includes methods for handling various OCPP messages, most of which return a dummy response. -The server script uses the websockets and ocpp libraries to facilitate the WebSocket and OCPP communication. +The server script uses the `websockets` and `ocpp` libraries to facilitate the implementation. ## Development -- 2.34.1