Skip to content

Commit

Permalink
Package for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hrjkknox committed Dec 12, 2021
1 parent 0ca9a1f commit a2e881a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The data is structured as follows:

`dataLength`: The number of data bytes.

`data`: The data bytes in an array.
`data`: The data bytes in an array of strings.

`T/R`: It is assumed that this is transmit/receive, but so far it has only been observed as `R`.

Expand Down Expand Up @@ -53,7 +53,7 @@ These functions take in the packet data and format it into either a list, a dict

### `_extractDataFromPacket(packet)`

This function takes a packet array and returns the data bytes. It does this by removing all known non-data bytes, which is a terrible way to do it. This function should be updated to extract it using the included `dataLength` byte.
This function takes a packet array and returns the data bytes as an array of strings. It does this by removing all known non-data bytes, which is a terrible way to do it. This function should be updated to extract it using the included `dataLength` byte.

### `_fileToList(file)`

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = canLogParse
version = 1.0.1
version = 1.0.2
author = Hamish Knox
author_email = [email protected]
description = A tool to import and format data from Kvaser CAN files when you dont have a DBC file.
Expand Down

0 comments on commit a2e881a

Please sign in to comment.