apps/low-level-can-service.git
2014-02-14 Christopher... Display mode in more recognizable hex format in log...
2014-01-25 Christopher... Add calculations for many OBD-II PID values.
2014-01-25 Christopher... Automatically set pid length for outgoing requests...
2014-01-25 Christopher... Remove a few resolved TODOs.
2014-01-25 Christopher... Wrap lines at 80 characters.
2014-01-21 Christopher... Don't try and rx broadcast response on all handles...
2014-01-20 Christopher... Add a function to parse the entire payload as a float.
2014-01-20 Christopher... Rename from simply obd2 to more general UDS (unified...
2014-01-17 Christopher... Mark whether a PID is present in response.
2014-01-15 Christopher... Preserve compatibility with C89 mode.
2014-01-15 Christopher... Accept functional broadcast responses to a range of...
2014-01-08 Christopher... Don't log incorrect negative response mode, just cap...
2014-01-08 Christopher... Reject a response that should have had PID but did...
2014-01-08 Christopher... Add a function prototype for payloder decoders.
2014-01-07 Christopher... Add a placeholder function for decoding OBD-II PIDs.
2014-01-07 Christopher... Prep request handler to receive again if we got wrong...
2014-01-07 Christopher... Don't complete requests if mode or PID didn't match.
2014-01-07 Christopher... Add a constant for the functional broadcast address...
2014-01-07 Christopher... Fix warnings, now that they're enabled!
2014-01-07 Christopher... Don't walk off the end of the payload array.
2014-01-07 Christopher... Don't supress warnings when compiling, argh!
2014-01-07 Christopher... Grab PID from response without dereffing a type punned...
2014-01-06 Christopher... Mark request handle and response completed even if...
2014-01-06 Christopher... Make sure not to use a negative payload length.
2014-01-06 Christopher... Initialize outgoing payload to 0.
2014-01-06 Christopher... Use new set_bitfield function to handle swapping endian...
2014-01-05 Christopher... Add a TODO about flipping byte order.
2014-01-05 Christopher... Log when sending a new diagnositc request.
2014-01-05 Christopher... Update API in README to match actual code.
2014-01-05 Christopher... Add imports and return values to allow compiling with...
2014-01-04 Christopher... Add dependencies to README.
2014-01-04 Christopher... Move notes lower down in README.
2014-01-04 Christopher... Document all remaining methods and data structures.
2014-01-03 Christopher... Remove a resolved TODO.
2014-01-03 Christopher... Split up header file for clarity.
2014-01-03 Christopher... Greatly expand API example in README.
2014-01-03 Christopher... Clean up the primary diag request handler.
2014-01-03 Christopher... Test receiving a negative response.
2014-01-03 Christopher... Test receiving a CAN frame to an already completed...
2014-01-03 Christopher... Remove a resolved TODO.
2014-01-03 Christopher... Test sending payload with diagnostic request.
2014-01-03 Christopher... Update bitfield library version.
2014-01-03 Christopher... Compile with test coverage calculation.
2014-01-03 Christopher... Update version of isotp-c library.
2014-01-02 Christopher... Test basic diag request and response!
2014-01-02 Christopher... Draft implemenation of receiving and parsing single...
2014-01-02 Christopher... Match isotp receive_can_frame style, depend less on...
2013-12-31 Christopher... Draft reworking of API.
2013-12-31 Christopher... Spray a bunch of notes and code into the implementation...
2013-12-31 Christopher... Add more failing tests before beginning implementation.
2013-12-31 Christopher... Add a failing test for a simple diag request/response.
2013-12-30 Christopher... Add skeleton of the API and data structures.
2013-12-30 Christopher... Initial commit.