Description:
This a platform agnostic C library that implements the Unified Diagnostics
Services protocol for automotive electronics. UDS is documented in ISO 14229 and
is the underpinning for the more well-known On-board Diagnostics (OBD) standard.
The library currently supports UDS running over CAN (ISO 15765-4), which uses
the ISO-TP (ISO 15765-2) protocol for message framing.
This library doesn t assume anything about the source of your diagnostic message
requests or underlying interface to the CAN bus
To Search:
File list (Check if you may need any files):
uds-c-master
............\.gitignore
............\.gitmodules
............\.travis.yml
............\CHANGELOG.mkd
............\LICENSE
............\Makefile
............\README.mkd
............\deps
............\....\bitfield-c
............\....\isotp-c
............\runtests.sh
............\src
............\...\uds
............\...\...\extras.c
............\...\...\extras.h
............\...\...\uds.c
............\...\...\uds.h
............\...\...\uds_types.h
............\tests
............\.....\common.c
............\.....\test_core.c