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
      • Reference syntax
      • Subcommands
      • simulate
        • CLI help
        • Production examples
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink network
  • View page source

chargelink network

Apply or disable network impairments such as delay, jitter, and packet loss.

Reference syntax

usage: chargelink network [-h] {simulate} ...

positional arguments:
  {simulate}

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

Subcommands

Subcommand

Purpose

simulate

Apply network impairment settings to the runtime.

simulate

Apply network impairment settings to the runtime.

CLI help

usage: chargelink network simulate [-h] [--runtime-root RUNTIME_ROOT]
                                   [--delay-ms DELAY_MS]
                                   [--budget-ms BUDGET_MS]
                                   [--packet-loss-pct PACKET_LOSS_PCT]
                                   [--jitter-ms JITTER_MS] [--disable]
                                   [--output OUTPUT]

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT
  --delay-ms DELAY_MS
  --budget-ms BUDGET_MS
  --packet-loss-pct PACKET_LOSS_PCT
  --jitter-ms JITTER_MS
  --disable
  --output OUTPUT

Production examples

Apply moderate delay and jitter to a runtime root.

chargelink network simulate --runtime-root '.tmp/runtime' --delay-ms 50 --budget-ms 25 --jitter-ms 10 --output 'artifacts/network_impairment.json'

Apply packet loss and then export the resulting impairment profile.

chargelink network simulate --runtime-root '.tmp/runtime' --delay-ms 100 --budget-ms 50 --packet-loss-pct 1.5 --jitter-ms 20 --output 'artifacts/network_impairment_lossy.json'
Previous Next

© Copyright 2026, devLink AB.

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