From 4df14d3a33bfd1a58438f0d2689d61eac8c5ed42 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 29 Aug 2022 20:22:43 +0200 Subject: [PATCH] README.md: sensible structure to UI protocol section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60a861d8..70dde75d 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,10 @@ All kind of OCPP parameters are supported in a charging station configuration or Protocol to control the simulator via a Websocket or HTTP server. +### HTTP Protocol + +A Postman or [Insomnia](https://insomnia.rest/) collection, to learn how to use the HTTP protocol to pilot the simulator, is available in [src/assets](./src/assets/) directory. + ### WebSocket Protocol PDU stands for Protocol Data Unit. @@ -524,10 +528,6 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -### HTTP Protocol - -A Postman or [Insomnia](https://insomnia.rest/) collection, to learn how to use the HTTP protocol to pilot the simulator, is available. - ## Support, Feedback, Contributing This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/e-mobility-charging-stations-simulator/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md). -- 2.34.1