Skip to content

Commit

Permalink
Fixed one-line Edgeshark demo
Browse files Browse the repository at this point in the history
- Args were Out of Order, fixed.
  • Loading branch information
the-bay-kay committed Jun 12, 2024
1 parent 08e1b8f commit 7d8ae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ in your terminal before one of the one-liners presented in the next section.
### OPTIONAL: Explore a demo with Edgeshark
- For each demo of ISO 15118-2 AC Charging with OCPP, the demo may be ran alongside [Edgeshark](httpos://github.com/siemans/edgeshark?tab=readme-ov-file#edgeshark) for additional information on the network connection between each container.
- To launch a Edgeshark alongside one of these demos, include the -s flag when running the demo
- 🦈 Example Profile 2 ⚡: `curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp.sh | bash -s - -s - -2`
- 🦈 Example Profile 2 ⚡: `curl https://raw.githubusercontent.com/everest/everest-demo/main/demo-iso15118-2-ac-plus-ocpp.sh | bash -s -- -s -2`
- Using your preferred web browser, navigate to http://localhost:5001 and explore the connections via the discovery engine.
- If you have installed the [cshargextcap plugin](https://github.com/siemens/cshargextcap?tab=readme-ov-file#containershark-extcap-plugin-for-wireshark), you may launch [Wireshark Desktop](https://www.wireshark.org/download.html) from the discovery engine, to perform a live capture.

Expand Down

0 comments on commit 7d8ae57

Please sign in to comment.