Python package for communication via UDS (Unified Diagnostic Services) protocol. The package supports typical buses (i.e. CAN, Ethernet, LIN, FlexRay, K-Line) with possible extensions to any bus.
As a user, I would like to be able to configure Flow Control packets generator in my Can Transport Interface, so I can control the flow of packets directed towards my CAN interface that is used to simulated UDS node.
Testing
unit tests
integration tests are optional
Acceptance Criteria
default Flow Control generator is set upon creation of any Can Transport Interface
Flow Control generator can be read and set anytime
Description
As a user, I would like to be able to configure Flow Control packets generator in my Can Transport Interface, so I can control the flow of packets directed towards my CAN interface that is used to simulated UDS node.
Testing
Acceptance Criteria