13.1.20. IsoMux

This module is a multiplexer to support switching over between different ISO module implementations

13.1.20.1. Module Configuration

device:string <optional>
default: “eth0”
Ethernet device used for HLC. Any local interface that has an ipv6 link-local and a MAC addr will work
tls_security:string <optional>
default: “prohibit”
Controls how to handle encrypted communication
enum:
- prohibit
- allow
- force
tls_key_logging:boolean <optional>
default: False
Enable/Disable the export of TLS session keys (pre-master-secret) during a TLS handshake. This log file can be used to decrypt TLS sessions. Note that this option is for testing and simulation purpose only
tls_timeout:integer <optional>
default: 15000
Set the TLS timeout in ms when establishing a tls connection
proxy_port_iso2:integer <optional>
default: 61341
TCP port of the local ISO2 instance
proxy_port_iso20:integer <optional>
default: 50000
TCP port of the local ISO20 instance

13.1.20.2. Provides

This module implements the ISO15118-2 implementation of an AC or DC charger
This interface is used to share data between ISO15118 and OCPP modules to support the requirements of the OCPP protocol

13.1.20.3. Requirements

13.1.20.4. Metadata

13.1.20.4.1. Authors

Cornelius Claussen

13.1.20.4.2. License