Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
This commit is contained in:
23
tools/EVerest-main/modules/Misc/PacketSniffer/manifest.yaml
Normal file
23
tools/EVerest-main/modules/Misc/PacketSniffer/manifest.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
description: >-
|
||||
Using the "PacketSniffer" EVerest module it is possible to capture and
|
||||
store the different packets on the PLC interface.
|
||||
config:
|
||||
device:
|
||||
description: >-
|
||||
The ethernet device on which the messages are to be captured
|
||||
type: string
|
||||
default: eth1
|
||||
session_logging_path:
|
||||
description: >-
|
||||
Output directory for session capture dump files. Will be used only if not empty.
|
||||
If empty, the logging path provided in the SessionStarted event will be used.
|
||||
If no logging path is provided there either, no capture will be performed.
|
||||
type: string
|
||||
default: /tmp
|
||||
requires:
|
||||
evse_manager:
|
||||
interface: evse_manager
|
||||
metadata:
|
||||
license: https://opensource.org/licenses/Apache-2.0
|
||||
authors:
|
||||
- Sebastian Lukas
|
||||
Reference in New Issue
Block a user