apps/agl-service-can-low-level.git
2017-02-16 Romain ForlotChange way to iter over vector
2017-02-16 Romain ForlotChange way signaling end of queue for can messages
2017-02-16 Romain ForlotChange Decoder_c class name to decoder_t
2017-02-16 Romain ForlotChange to push_back instead of insert.
2017-02-16 Romain ForlotAdd can_message_t constructor. Make the class
2017-02-16 Romain ForlotChange CanMessage_c to can_message_t class name
2017-02-16 Romain ForlotChanging CanBus_c to can_bus_t class name
2017-02-16 Romain ForlotAdding canbus read method
2017-02-16 Romain ForlotUse initialisation list with CanBus_c constructor
2017-02-16 Romain ForlotFix: wrong binding extension
2017-02-15 Romain ForlotExternalized afb_event, no more in CanSignal
2017-02-15 Romain ForlotMake public OBD2PID
2017-02-15 Romain ForlotChange way to iterate over found signals
2017-02-15 Romain ForlotFixed subscribe/unsubscribe operations.
2017-02-14 Romain ForlotJsonification of VehicleMessage and push event
2017-02-14 Romain ForlotDecode a can message and construct a VehicleMessage
2017-02-14 Romain ForlotAdd VehicleMessage queue methods
2017-02-14 Romain ForlotImplement CanMessage_c method to navigate through
2017-02-14 Romain ForlotImplement GetSignals method
2017-02-14 Romain ForlotFirst raw write to decode CAN messages
2017-02-14 Romain ForlotMove sources into src directory
2017-02-14 Romain ForlotUpdate submodules uds-c
2017-02-14 Romain ForlotAdd .gitignore
2017-02-14 Romain ForlotAdded JSON conf file read and initialize CanBus
2017-02-14 BuilderCleanup and add reading JSON conf file to define
2017-02-13 Romain ForlotAdded needed functions for basics decode needs.
2017-02-13 Romain ForlotNew threads management, only one argument needed.
2017-02-13 Romain ForlotBeginning of Obd2 handling with a handle object
2017-02-13 Romain ForlotAdded bitfield-c library
2017-02-13 Romain Forlotmodified uds-c libs path
2017-02-13 Romain ForlotFix wrong arguments type
2017-02-13 Romain ForlotChange uds-c library location
2017-02-13 Romain ForlotAdding uds-c library to handle obs2 diagnostic
2017-02-13 Romain ForlotImprove reading and now process CanMessage class
2017-02-13 Romain ForlotDumb struct to class conversion
2017-02-13 Romain ForlotInitialize CanBus_Handler
2017-02-13 Romain Forlotmoved files to obsolete dir, again...
2017-02-13 Romain Forlotmove to obsolete dir old code
2017-02-09 Romain ForlotAdd obd2 prefix to signals name to be able to
2017-02-09 Romain ForlotRe-implementation in C++ and separate threads to
2017-02-09 Romain ForlotAdd CXX flags
2017-02-09 Romain ForlotAdded simple openxc cpp generated code
2017-02-02 Romain ForlotCPP conversion began
2017-02-02 Romain ForlotAdding header files to get implemented !
2017-01-31 Romain ForlotChange subscription/unsubcription logic
2017-01-30 Loïc Collignonsome can sample from a recent Ford Focus, using the...
2017-01-30 Romain ForlotCode restructuration
2017-01-30 Romain ForlotChange unsubscribe behavior to unsubscribe all event...
2017-01-30 BuilderComment useless code before cleanup
2017-01-30 Romain ForlotCheck that socket is opened before read.
2017-01-30 Romain ForlotAdded OBDII header file describing predefined PIDs
2017-01-30 Romain ForlotAdd coyright to header file
2017-01-30 Romain ForlotFix: change project avoiding uppercase
2017-01-30 Romain ForlotReworked open_can_dev function and can_handler struct
2017-01-30 Romain ForlotAdded CAN messages samples from Toyota Auris car
2017-01-30 Romain ForlotClean up old file
2017-01-30 Romain ForlotAdded needed files to easy compilation and output
2017-01-20 Romain ForlotAdded nanopb submodule instead of having it inside
2017-01-18 Romain ForlotJust comment to get rid of compil error. Some works...
2017-01-18 Romain ForlotSimplify read and frame format detection at device...
2017-01-18 Romain ForlotSome cleanup and rearrange the code
2017-01-17 Romain ForlotChange read function and some clean up
2017-01-13 claneysAdd license
2017-01-13 Romain ForlotFirst commit: work has to be done...
2017-01-10 Romain ForlotInitial commit
2014-07-19 Christopher... Remove old hipchat token from Travis CI config.
2014-03-05 Christopher... Make float_to_fixed_point a public function.
2014-01-07 Christopher... Enable warnings when compiling and fix a few.
2014-01-06 Christopher... Watch for an error when getting a bit field.
2014-01-06 Christopher... Add more documentation.
2014-01-06 Christopher... Standardize order of arguments - destination is always...
2014-01-06 Christopher... DRY up the float parser.
2014-01-04 Christopher... Fix parse_bool tests.
2014-01-04 Christopher... Build with GNU89 standard for greater compatibility.
2014-01-04 Christopher... Standardize names for functions.
2014-01-04 Christopher... Use more portable endinaness macros to check architecture.
2014-01-04 Christopher... Add a get_bitfield function for byte arrays.
2014-01-04 Christopher... Checkpoint commit renaming some functions for clarity.
2014-01-04 Christopher... Fix some implicitly defined functions - import proper...
2014-01-03 Christopher... Document how to run coverage.
2014-01-03 Christopher... Build with test coverage calculation.
2014-01-02 Christopher... Clarify when you need to specify endianness.
2013-12-31 Christopher... Fix byte alignment for right aligned functions.
2013-12-30 Christopher... Rename library, it's not really about CAN.
2013-12-29 Christopher... Add a function to set a single nibble in a bitarray.
2013-12-29 Christopher... Remove function declaration for deleted function.
2013-12-29 Christopher... Add Travis CI config.
2013-12-29 Christopher... Add get_byte and get_nibble to 8byte function set.
2013-12-29 Christopher... Standardize function names to snake_case.
2013-12-29 Christopher... Document all bitfield functions.
2013-12-29 Christopher... Test all canutil functions and document in README.
2013-12-29 Christopher... Test parsing boolean.
2013-12-29 Christopher... Check if a value will fit in bitfield before setting.
2013-12-29 Christopher... Standardize on snake_case naming as this is a C library.
2013-12-29 Christopher... Split up 8 byte wrappers from generic bit array functions.
2013-12-29 Christopher... Standardize argument ordering for bitfield functions.
2013-12-29 Christopher... Clean up bitfield API a bit.
2013-12-29 Christopher... Hack together a legacy getBitField backed by new bit...
2013-12-28 Christopher... Draft work making the bitfield functions more generic.
2013-12-27 Christopher... Add missing include for explicit import.
next