Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 366 Bytes

CAN-Message-Decoder-Encoder

This python script will decode the signal values of a CAN datagram. The structure of the signals has to be defined in a text file.

CLI database

Structure of database.txt

signal name, bit length, signedness (u (unsigned) or s (signed)), factor

Requirements

Python3 with numpy