uds
uds copied to clipboard
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.
## Requires #48 ## Description As a user, I would like to have Client's API defined, so I know how to execute certain actions using this package. As a developer,...
## Requires #93 ## Description As a user, I would like to have ready to use Security Access State, so I can easily add it to my server simulation. ##...
## Description As a user, I would like to have functionality of internal server state, so I would be able to simulate complex server ECUs that act the same way...
## Requires #93 ## Description As a user, I would like to have ready to use Diagnostic Session State, so I can easily add it to my server simulation. ##...
## Requires #36 ## Description As a user, I would like to have all Server States features (that are provided by the API) implemented, so I can use them. As...
## Requires - State API - Rule API ## Description As a user, I would like to have API of automatic responder defined, so I know what functionalities it has...
## Requires #48 #90 ## Description As a user, I would like to have Server's API defined, so I know what functionalities are provided by server simulation and how to...
## Requires #1 ## Description As a user, I would like to set all communication parameters (on session layer) on server side, so I can reuse them during communication instead...
## Requires #75 - LIN Packet implementation ## Description As a user, I would like to segment UDS message into LIN packets, so I could use CAN packets without transmitting...
## Description As a user, I would like to have dedicated UDS Packet implementation for LIN, so I could easily communicate using LINbus. As a developer, I would like to...