Skip to content

AlvinYee/CANpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CANpy

Goal

The goal of this project is to provide a generic interface to an CAN-Bus (Nodes, Message, Signals, Attributes) based on an Description file (e.g. DBC-File). You only have to interact on a high level with this generic interface and the framework does the rest for you (sending and receiving messages, data conversion etc.).

Status

Parser

The DBC parser currently implements this specification DBC specification

CAN-Object abstraction

  • CAN-Bus
  • Nodes
  • Messages
  • Signals
  • Attributes
  • Attribute definitions
  • Value tables

Communication Handling

Working on getting the framework running under micropython using usched.

About

Generic Python CAN-Bus-Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%