Skip to content

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

License

Notifications You must be signed in to change notification settings

yannikmotzet/CAN-Message-Decoder-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages