Add NRC for incomplete messages.
[apps/low-level-can-service.git] / src /
2014-03-14 Christopher PeplinAdd NRC for incomplete messages.
2014-03-06 Christopher PeplinAdd a function to check if a request is completely...
2014-02-27 Christopher PeplinUse proper format specifier for uint32_t.
2014-02-27 Christopher PeplinIncrease arb IDs to uint32_t to fit extended IDs.
2014-02-26 Christopher PeplinOptionally split up preparing a diag request and actual...
2014-02-19 Christopher PeplinQuiet some misleading log messages.
2014-02-19 Christopher PeplinLeave payload parsing to applications using this library.
2014-02-18 Christopher PeplinShorten the negative response code log message.
2014-02-15 Christopher PeplinOnly include PID in log output if request has one.
2014-02-15 Christopher PeplinShow negative response codes in log output.
2014-02-15 Christopher PeplinAdd helper functions to render requests and responses...
2014-02-15 Christopher PeplinClean up log output if a diag request has no payload.
2014-02-14 Christopher PeplinClarify when we are using int vs float and move decoder...
2014-02-14 Christopher PeplinAdd an option to pad outgoing CAN frames to 8 bytes...
2014-02-14 Christopher PeplinDisplay mode in more recognizable hex format in log...
2014-01-25 Christopher PeplinAdd calculations for many OBD-II PID values.
2014-01-25 Christopher PeplinAutomatically set pid length for outgoing requests...
2014-01-25 Christopher PeplinRemove a few resolved TODOs.
2014-01-25 Christopher PeplinWrap lines at 80 characters.
2014-01-21 Christopher PeplinDon't try and rx broadcast response on all handles...
2014-01-20 Christopher PeplinAdd a function to parse the entire payload as a float.
2014-01-20 Christopher PeplinRename from simply obd2 to more general UDS (unified...
2014-01-17 Christopher PeplinMark whether a PID is present in response.
2014-01-15 Christopher PeplinPreserve compatibility with C89 mode.
2014-01-15 Christopher PeplinAccept functional broadcast responses to a range of...
2014-01-08 Christopher PeplinDon't log incorrect negative response mode, just cap...
2014-01-08 Christopher PeplinReject a response that should have had PID but did...
2014-01-08 Christopher PeplinAdd a function prototype for payloder decoders.
2014-01-07 Christopher PeplinAdd a placeholder function for decoding OBD-II PIDs.
2014-01-07 Christopher PeplinPrep request handler to receive again if we got wrong...
2014-01-07 Christopher PeplinDon't complete requests if mode or PID didn't match.
2014-01-07 Christopher PeplinAdd a constant for the functional broadcast address...
2014-01-07 Christopher PeplinDon't walk off the end of the payload array.
2014-01-07 Christopher PeplinGrab PID from response without dereffing a type punned...
2014-01-06 Christopher PeplinMark request handle and response completed even if...
2014-01-06 Christopher PeplinMake sure not to use a negative payload length.
2014-01-06 Christopher PeplinInitialize outgoing payload to 0.
2014-01-06 Christopher PeplinUse new set_bitfield function to handle swapping endian...
2014-01-05 Christopher PeplinAdd a TODO about flipping byte order.
2014-01-05 Christopher PeplinLog when sending a new diagnositc request.
2014-01-05 Christopher PeplinAdd imports and return values to allow compiling with...
2014-01-04 Christopher PeplinDocument all remaining methods and data structures.
2014-01-03 Christopher PeplinRemove a resolved TODO.
2014-01-03 Christopher PeplinSplit up header file for clarity.
2014-01-03 Christopher PeplinGreatly expand API example in README.
2014-01-03 Christopher PeplinClean up the primary diag request handler.
2014-01-03 Christopher PeplinTest receiving a negative response.
2014-01-03 Christopher PeplinRemove a resolved TODO.
2014-01-03 Christopher PeplinUpdate version of isotp-c library.
2014-01-02 Christopher PeplinTest basic diag request and response!
2014-01-02 Christopher PeplinDraft implemenation of receiving and parsing single...
2014-01-02 Christopher PeplinMatch isotp receive_can_frame style, depend less on...
2013-12-31 Christopher PeplinDraft reworking of API.
2013-12-31 Christopher PeplinSpray a bunch of notes and code into the implementation...
2013-12-31 Christopher PeplinAdd more failing tests before beginning implementation.
2013-12-31 Christopher PeplinAdd a failing test for a simple diag request/response.
2013-12-30 Christopher PeplinAdd skeleton of the API and data structures.