Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplexer module for ISO communication #776

Merged
merged 5 commits into from
Oct 8, 2024
Merged

Multiplexer module for ISO communication #776

merged 5 commits into from
Oct 8, 2024

Commits on Oct 2, 2024

  1. Multiplexer module for ISO communication

    This module starts and SDP server and waits
    for incoming V2G connections (TCP, and optionally TLS).
    Upon connection, it reads the SupportedAppProtocol.req message
    to determine if the EV supports ISO-20 or not.
    
    If ISO-20 is supported, it transparently bridges the connection
    to the ISO-20 module (using TLS->TCP).
    
    If the EV does not support ISO-20, it bridges to the ISO-2 module
    instead.
    
    Both the required iso-2 and iso-20 modules only need TCP enabled,
    but they require to accept e.g. PnC on TCP sessions (as the actual
    communication to the EV may be TLS).
    Also the need to listen on localhost (::1) instead of the actual
    PLC device.
    
    Signed-off-by: Cornelius Claussen <[email protected]>
    corneliusclaussen committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1c4b8e8 View commit details
    Browse the repository at this point in the history
  2. Building and running again after rebase

    Signed-off-by: Sebastian Lukas <[email protected]>
    SebaLukas authored and corneliusclaussen committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f3ea031 View commit details
    Browse the repository at this point in the history
  3. Adding Evse15118D20 support to IsoMux

    Signed-off-by: Sebastian Lukas <[email protected]>
    SebaLukas authored and corneliusclaussen committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a67e0db View commit details
    Browse the repository at this point in the history
  4. clang-format fix

    Signed-off-by: Sebastian Lukas <[email protected]>
    SebaLukas authored and corneliusclaussen committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5cd87ec View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add deprecated to TLS functions only used by IsoMux

    Signed-off-by: Cornelius Claussen <[email protected]>
    corneliusclaussen committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    42f1752 View commit details
    Browse the repository at this point in the history