ChargeLink Documentation Logo

Overview

  • What ChargeLink is
  • Simulator roles: EVSE, EVCC, and bench-linked execution
  • Standards, protocols, and conformance position
  • Product status and claim boundaries

Getting started

  • Installation and workstation preparation
  • Quickstart: first EVSE session, first campaign, first report

Guides

  • Guide: EVSE operations
  • Guide: EVCC operations and backend orchestration
  • Guide: scenarios, campaigns, packages, qualification, and suites
  • Guide: trace, replay, diagnostics, reporting, and artifacts
  • Guide: MCS, HIL, and bench proof
  • Guide: UI and API surfaces

Reference

  • Data and artifacts reference
  • Profile catalog
  • Hardware profile reference
  • Package and suite catalog
  • API reference overview
  • chargelink-monitor
  • CLI reference
    • chargelink evse
    • chargelink evcc
    • chargelink hil
    • chargelink scenario
    • chargelink campaign
    • chargelink qualification
    • chargelink suite
    • chargelink report
    • chargelink trace
    • chargelink replay
    • chargelink lab
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
    • chargelink step
    • chargelink profile
    • chargelink template
    • chargelink library
    • chargelink batch
    • chargelink campaign-stress
    • chargelink service
    • chargelink requirements
    • chargelink backend
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
    • chargelink fault
    • chargelink network
    • chargelink fuzz
      • Reference syntax
      • Subcommands
      • run
        • CLI help
        • Production examples
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink fuzz
  • View page source

chargelink fuzz

Run protocol-family fuzzing passes and store their results as artifacts.

Reference syntax

usage: chargelink fuzz [-h] {run} ...

positional arguments:
  {run}

options:
  -h, --help  show this help message and exit

Subcommands

Subcommand

Purpose

run

Run a fuzz pass for a protocol family.

run

Run a fuzz pass for a protocol family.

CLI help

usage: chargelink fuzz run [-h] [--iterations ITERATIONS] [--seed SEED]
                           [--artifact-root ARTIFACT_ROOT]
                           protocol

positional arguments:
  protocol

options:
  -h, --help            show this help message and exit
  --iterations ITERATIONS
  --seed SEED
  --artifact-root ARTIFACT_ROOT

Production examples

Run a short ISO 15118-2 fuzz pass.

chargelink fuzz run 'iso15118-2' --iterations 10 --artifact-root 'artifacts/fuzz/iso15118_2'

Run an ISO 15118-20 fuzz pass with a fixed seed.

chargelink fuzz run 'iso15118-20' --iterations 20 --seed 42 --artifact-root 'artifacts/fuzz/iso15118_20'
Previous Next

© Copyright 2026, devLink AB.

Built with Sphinx using a theme provided by Read the Docs.