Man page - can_logconvert(1)

Packages contains this manual

Manual

CAN_LOGCONVERT

NAME
DESCRIPTION
positional arguments:
options:

NAME

can_logconvert - CAN data converter

DESCRIPTION

usage: logconvert.py [-h] [-s FILE_SIZE] INFILE OUTFILE

Convert a log file from one format to another.

positional arguments:

INFILE

Input filename. The type is dependent on the suffix, see can.LogReader.

OUTFILE

Output filename. The type is dependent on the suffix, see can.Logger.

options:

-h , --help

show this help message and exit

-s FILE_SIZE, --file_size FILE_SIZE

Maximum file size in bytes. Rotate log file when size threshold is reached.