DOKK / manpages / debian 12 / python3-can / can_player.1.en
CAN_PLAYER(1) User Commands CAN_PLAYER(1)

can_player - CAN data player 3.0.0+github

usage: python -m can.player [-h] [-f LOG_FILE] [-v] [-c CHANNEL]

[-i {pcan,ixxat,socketcan_ctypes,kvaser,virtual,usb2can,vector,slcan,nican,socketcan,iscan,neovi,serial,socketcan_native}]
[-b BITRATE] [--ignore-timestamps] [-g GAP] [-s SKIP] input-file

Replay CAN traffic.

The file to replay. For supported types see can.LogReader.

show this help message and exit
Path and base log filename, for supported types see can.LogReader.
Also print can frames to stdout. You can add several of these to enable debugging
Most backend interfaces require some sort of channel. For example with the serial interface the channel might be a rfcomm device: "/dev/rfcomm0" With the socketcan interfaces valid channel examples include: "can0", "vcan0"
Specify the backend CAN interface to use. If left blank, fall back to reading from configuration files.
Bitrate to use for the CAN bus.
Ignore timestamps (send all frames immediately with minimum gap between frames)
<s> minimum time between replayed frames
<s> skip gaps greater than 's' seconds
February 2019 can_player 3.0.0+github