summaryrefslogtreecommitdiffstats
path: root/can_reader.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-13Improve reading and now process CanMessage classRomain Forlot1-3/+8
instead of raw canfd_frame. Change-Id: I53f48f94e0e526b93908c21794110b2fd83190cb Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-09Re-implementation in C++ and separate threads toRomain Forlot1-0/+69
read, decode and pushing on the event loop. Old code has been moved into obsolete directory. Change-Id: Ia389ab84a1dc566c48e0269f2466843de0e51158 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>