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
Added Option to run ISO-15118 + OPP with Edgeshark
- Added -s flag to `demo-iso15118-2-ac-plus-ocpp.sh`, to
curl and launch EdgeShark alongside demo
- Added "Optional" section to README, to explain this flag
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,13 @@ in your terminal before one of the one-liners presented in the next section.
99
99
- Run the demo: 💄 exploring configs 🔧: `curl -o docker-compose.yml https://raw.githubusercontent.com/everest/everest-demo/main/docker-compose.admin-panel.yml && docker compose -p everest-admin-panel up`
100
100
- Access the visual representation at http://localhost:8849
101
101
102
+
### OPTIONAL: Explore a demo with Edgeshark
103
+
- 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.
104
+
- To launch a Edgeshark alongside one of these demos, include the -s flag when running the demo
- Using your preferred web browser, navigate to http://localhost:5001 and explore the connections via the discovery engine.
107
+
- 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.
108
+
102
109
### TEARDOWN: Clean up after the demo
103
110
- Kill the demo process
104
111
- Delete files and containers: `docker compose -p [prefix] down && rm docker-compose.yml`
0 commit comments