Skip to content

Commit f06f2f1

Browse files
committed
Minor README updates
1 parent d794bc6 commit f06f2f1

File tree

1 file changed

+5
-3
lines changed
  • examples/other/concatenate-mf4-by-period

1 file changed

+5
-3
lines changed

examples/other/concatenate-mf4-by-period/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This script lets you process MF4 log files across multiple CANedge devices. The
55
1. List all log files for a list of devices within a specific 'total period'
66
2. Specify a sub period length (e.g. 24 hours)
77
3. Identify log files pertaining to each sub period, concatenate them and save the result
8-
4. Optionally, the output file can be DBC decoded before outputting
9-
5. Saved files are by default named based on the 1st and last timestamp, e.g. `221213-0612-to-221213-1506.mf4`
8+
4. Optionally, the output file can be DBC decoded before it is saved
9+
5. Saved files are named based on the 1st and last timestamp, e.g. `221213-0612-to-221213-1506.mf4`
1010

11-
The data can be fetched from an absolute input path on local disk (e.g. the `LOG/` folder on an SD card) or on S3. The latter requires that you map your S3 input bucket using [TntDrive](https://canlogger.csselectronics.com/canedge-getting-started/transfer-data/server-tools/other-s3-tools/). The output files can be stored on your local disk or e.g. on another S3 bucket (also mapped via TntDrive).
11+
The data can be fetched from an absolute input path on local disk (e.g. the `LOG/` folder on an SD card) and saved locally.
12+
13+
Alternatively, the files can be loaded/saved directly from/to S3 buckets. This requires that you map your S3 input/output bucket(s) using [TntDrive](https://canlogger.csselectronics.com/canedge-getting-started/transfer-data/server-tools/other-s3-tools/).

0 commit comments

Comments
 (0)