From: Jérôme Benoit Date: Mon, 29 Aug 2022 18:22:43 +0000 (+0200) Subject: README.md: sensible structure to UI protocol section X-Git-Tag: v1.1.69~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=4df14d3a33bfd1a58438f0d2689d61eac8c5ed42;p=e-mobility-charging-stations-simulator.git README.md: sensible structure to UI protocol section Signed-off-by: Jérôme Benoit --- 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).