返回下载中心

RELEASE NOTES

BMCLI 变更记录

按版本查看新增功能、体验优化与问题修复,便于升级前确认变化或回溯历史版本。

BMCLI
最新记录
v1.2.1
历史版本
9
变更条目
63
01BMCLI v1.2.1最新记录10
  1. Added first-class Modbus master/client support over native Windows/Linux RTU,

    ASCII, and TCP transports without extending BMAPI or requiring BUSMUST

    analyzer hardware.

  2. Added coils, discrete inputs, input/holding registers, single/multiple writes,

    File Record FC20/FC21, and FIFO FC24 with strict protocol limits, exception

    reporting, CRC/LRC/MBAP validation, and no automatic write retry.

  3. Added lightweight Linux Foundation EdgeX Modbus Device Profile YAML/JSON

    import, Device Definition bench import, typed resource/command access,

    RTU/TCP/ASCII device bindings, scaling, bidirectional mappings, byte/word

    order, access/range validation, and readback.

  4. Added bounded daemon-owned polling with latest/history, freshness, quality,

    gaps, missed deadlines, on-change retention, persistent endpoint connections

    with reconnect, REST/SSE endpoints, OpenAPI, and a Modbus engineering panel

    in the bundled Dashboard.

  5. Hardened the Modbus service around one persistent session per physical

    endpoint shared by CLI, poll, and Web; added RTU t3.5 timing, wider Linux

    baud-rate support, exact 64-bit values, write-only EdgeX semantics,

    partial-command diagnostics, bounded dynamic history, resumable loss-aware

    SSE, concurrent-stop safety, and typed HTTP error status classes.

  6. Added independent TCP and PyModbus interoperability peers, POSIX PTY RTU/ASCII

    tests, EdgeX fixtures, Web/daemon integration tests, and full BMCLI hardware

    and real-ECU regression coverage.

  7. Added a narrowly triggered BMCLI Modbus Skill methodology that keeps protocol

    I/O in BMCLI and general Web authentication, durable storage, uploads,

    reporting, and reverse proxying in surrounding application services.

  8. Added explicitly authorized installation of approved local F4L2/0083 HPM UF2

    images through `device update <selector> --file=<path> --force`, including

    fixed-block/application-range validation and same-UID/version re-enumeration.

  9. Fixed Modbus endpoint/session lifecycle, exact numeric conversion, EdgeX

    compatibility, loss-aware polling/SSE behavior, HTTP error mapping, and a

    poll start/stop publication race found during the 1.2 release review.

  10. Restricted local F4L2/0083 UF2 images to the physical application interval

    `[0x80020000, 0x80100000)` and synchronized the latest BMAPI, LIN schedule,

    replay, updater, and Bamboo build-compatibility baseline from BUSMASTER.

02BMCLI v1.1.011
  1. Introduced first-class XCP on CAN/CAN FD support for ECU measurement,

    calibration, integration testing, and internal-state observation without a

    hardware debugger.

  2. Added XCP connect/status/disconnect, external seed/key unlock, raw memory

    read/write/checksum, A2L-backed measurement and characteristic access, and

    bounded dynamic DAQ acquisition.

  3. Added a BMCLI-owned software ISO-TP engine and migrated ISOTP/UDS receive

    paths onto RxBroker cursors so UDS, XCP, raw receive, logging, and Web can run

    concurrently without competing for the BMAPI receive queue.

  4. Added a tolerant, read-only A2L subset for scalar measurement and calibration

    workflows, including MODULE scoping, byte order, COMPU_METHOD,

    RECORD_LAYOUT, BIT_MASK, access semantics, and duplicate-symbol handling.

  5. Added the typed `GET/POST /api/v1/xcp` Web boundary for Dashboard and

    automation clients while keeping XCP lifecycle and safety rules in the shared

    BMCLI service layer.

  6. Standardized XCP DAQ output as one bounded JSON document with a `samples`

    array; JSONL/CSV are rejected before execution instead of producing

    misleading output.

  7. Hardened XCP endpoint safety: strict numeric/flag validation, raw-write

    dry-run and optional readback verification, bounded/escaped JSON, and

    capability-aware address/DAQ granularity handling.

  8. Made UDS/XCP response-route collision checks symmetric and cleaned XCP

    sessions, DAQ state, receive cursors and BMAPI handles on reconfiguration,

    channel close, daemon stop and restart.

  9. Decoupled the DAQ pump from the daemon command lock, protected XCP state with

    its own mutex, and made software ISO-TP timeouts restart for each N_Bs/N_Cr

    protocol phase instead of expiring one whole valid multi-frame transfer.

  10. Corrected DBC/LDF/A2L registry mutation permissions and documented their

    shared generic unload lifecycle.

  11. Made `ai status` detect stale installed Skill content byte-for-byte, and

    tightened Skill guidance for missing UDS/XCP bench IDs and complete XCP

    cleanup.

03BMCLI v1.0.61
  1. Fixed daemon-backed channel lifecycle and host logging/replay lifecycle/status

    commands so `--format=json` always returns one bounded JSON document.

04BMCLI v1.0.58
  1. Aligned runtime Help, the command Reference, option validation, examples, and

    machine-readable discovery so automation no longer relies on stale syntax.

  2. Expanded real-world DBC and LDF compatibility and completed the revised BLF

    reader/writer contract used by recording, replay, conversion, and Web flows.

  3. Verified physical CAN and LIN online recording and replay with ASC and BLF,

    including the daemon, REST API, engineering console, and Gateway paths.

  4. Preserved LIN schedule slot phases when translating LDF tables into hardware

    TX tasks, including mixed master-read and master-write schedules.

  5. Added deterministic local/remote claim and release arbitration for protected

    channel control while retaining compatible shared send and passive receive.

  6. Improved Gateway session cleanup, BUSOFF recovery, logging lifecycle, replay

    channel mapping, and multi-consumer receive continuity.

  7. Narrowed the BMCLI AI Skill activation boundary and added lightweight

    application-development guidance without triggering on generic dashboard,

    DBC/LDF, test-methodology, or source-review work.

  8. Added compatibility regression coverage for supplied DBC/LDF corpora, BLF

    round trips, CAN/LIN online capture and replay, Web, Gateway, and shuffled HIL.

05BMCLI v1.0.415
  1. Replaced the obsolete reverse-`BM_OpenRemote` Gateway path with a direct,

    GWR-compatible UDP control/data server over the daemon's physical handles.

  2. Added typed REST resources for bench/device inventory, channel statistics,

    logging, replay, remote-BMAPI gateway lifecycle, and bounded firmware checks.

  3. Added explicit CommandRegistry permissions and parameter type/range/unit/

    mutual-exclusion metadata for runtime discovery and AI clients.

  4. Added retained duration/byte sizing and per-consumer backlog/gap observability

    to RxBroker and Web metrics.

  5. Hardened Windows package path symmetry, final-handle project containment, and

    single-setter-group channel PATCH semantics.

  6. Added a packaged Nginx HTTPS-first profile for trusted Linux browser access

    while BMCLI remains bound to loopback HTTP.

  7. Fixed daemon logging above slot 15 and idempotent same-value LIN mode updates.

  8. Fixed Linux daemon startup so bounded JSON remains one document while child

    diagnostics are redirected to the private daemon log.

  9. Fixed Windows-driven WSL worktree builds to embed the same Git commit metadata

    as release manifests and added Windows/Linux load, HTTPS, and Skill gates.

  10. Hardened release-check so package lifecycle, runtime, hardware, Web, and Skill

    gates execute the Bamboo package whose metadata matches the release manifest.

  11. Moved UDS DTC argument validation before BMAPI initialization so invalid

    commands return their stable contract even while hardware is being released.

  12. Kept release package tests strict while capturing updater JSON and diagnostic

    stderr separately, avoiding false PowerShell NativeCommandError failures.

  13. Made release-check native tool gates decide success from process exit codes,

    so non-fatal WSL and tool diagnostics on stderr do not abort verification.

  14. Recognized standard equivalent wording such as "neither authentication nor

    encryption" in the AI gateway safety-boundary release rubric.

  15. Fixed UDS request parsing so space-form option values such as

    `--channel 10356/1` cannot be appended to the diagnostic payload.

06BMCLI v1.0.36
  1. Added project-local target and bench configuration with multiple named

    networks, nodes, databases, and machine-local channel bindings.

  2. Added the daemon-owned Web automation service with packaged OpenAPI and an

    engineering console, typed message send, cursor history, SSE/WebSocket raw

    streams, and DBC signal plans.

  3. Added typed REST lifecycle for daemon channels, engineering databases,

    hardware TX tasks, and message routes without exposing a shell executor.

  4. Added the per-channel RxBroker so CLI receive, logging, remote BMAPI gateway,

    Web streams, and DBC signal decoding use independent cursors without competing

    for the BMAPI receive queue.

  5. Hardened bounded JSON, daemon IPC, cross-platform resource paths, Web shutdown,

    package lifecycle, and Claude Code/Codex Skill behavior checks. Uninstall now

    terminates an active package-owned daemon before removing its executable and

    runtime state.

  6. Added real-browser and configurable multi-consumer soak release gates; Windows

    HIL completed a 30-minute SSE/WebSocket run with exact active-cursor continuity.

07BMCLI v1.0.25
  1. Added capability-aware LIN master/slave message workflows, channel power

    control, and runtime schedule/response management.

  2. Added physical-device reset and identity-safe generation-3 firmware update

    handling for devices selected by serial number, UID, or channel name.

  3. Completed DTC request construction, response parsing, action-level Help, and

    public command/alias contract cleanup.

  4. Added a GWR-compatible CAN FD/LIN UDP gateway for unmodified remote BMAPI

    clients, including mixed-bus logical-to-physical channel translation.

  5. Verified current Windows and Linux builds, firmware transfer behavior, and

    sequential plus shuffled hardware regression coverage.

08BMCLI v1.0.14
  1. Added verified `bmcli update --check` release discovery and changelist output.

  2. Added CID-based firmware checks and updates for generation-3 HPM BUSMUST devices.

  3. Moved the Bamboo deployment implementation into a Git-managed PowerShell script.

  4. Published BMCLI release notes and SHA-256 metadata with each version manifest.

09BMCLI v1.0.03
  1. Initial product release of BMCLI as an independent BUSMUST command-line tool.

  2. Supports CAN/CAN FD channel control, message traffic, TxTask, routing, DBC,

    logging, replay, ISO-TP, UDS diagnostics/flashing, checksum, and AutoSet.

  3. Includes project bench profiles, structured Help/JSON contracts, offline

    packages, update support, and Claude Code/Codex skill integration.

WECHAT SERVICE

BUSMUST Sales

使用微信扫描二维码,或点击二维码在当前设备打开客服会话。

BUSMUST Sales 微信客服二维码打开微信客服 ↗