aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/utils
AgeCommit message (Expand)AuthorFilesLines
2020-01-09openxc-utils : No send string but send array_object for signalsArthur Guyader1-1/+1
2020-01-09message: move bit position flag and actionRomain Forlot2-37/+1
2020-01-09converter : Add "0x" for hex dataArthur Guyader1-0/+1
2020-01-09openxc-utils : Add json value for DynamicFieldArthur Guyader2-11/+30
2020-01-09format: remove uneeded brackets.Romain Forlot1-1/+0
2020-01-09converter: Improve the continental bit calculRomain Forlot1-1/+1
2020-01-09decoder: Add new decoders: ascii, date, timeArthur Guyader2-2/+18
2020-01-09can_bus: Add unit in the json that low-can emitsArthur Guyader2-5/+9
2020-01-09j1939: Follow updates of the kernelArthur GUYADER4-17/+19
2020-01-09socket-j1939: Function add_filter return int to check errorArthur GUYADER2-3/+5
2020-01-09converter: Improve bit_position computationRomain Forlot2-30/+23
2020-01-09socket-bcm: Format, simplification of open socketRomain Forlot1-12/+10
2020-01-09decoder: rework how to swap frame layout.Romain Forlot2-9/+14
2020-01-09misc: Some cleanup and fixes about signatures.Romain Forlot2-1/+12
2020-01-09all: format typoRomain Forlot2-5/+3
2020-01-09converter: Fix to_hex conversionCorentin Le Gall1-1/+1
2020-01-09socketcan-bcm: Fix wrongly opened socketRomain Forlot1-0/+1
2020-01-09converter: Use unsigned int whenever it's possibleRomain Forlot2-3/+9
2020-01-09socket: Raise an error if open function failed.Romain Forlot2-0/+5
2020-01-09can-bus: Use configuration from JSON fileRomain Forlot2-111/+0
2020-01-09decoder: Fix bit_position swappingCorentin Le Gall1-0/+7
2020-01-09can: Add big endian CAN frame layout handleCorentin Le Gall2-0/+31
2020-01-09All: Make format coherent with the whole projectRomain Forlot7-39/+39
2020-01-09all: Copyright updateRomain Forlot8-8/+8
2020-01-08all: Format one line 'if' or 'for' statement.Romain Forlot7-59/+16
2020-01-08socketcan-j1939: format how to define_opt()Romain Forlot1-7/+4
2020-01-08j1939: Following kernel updatesRomain Forlot2-2/+2
2019-08-30Remove file socketcan-j1939 that was not removed beforeArthur Guyader1-195/+0
2019-08-30Add new decoders bytes for signal of long sizeArthur Guyader2-1/+54
2019-08-30Add some typedef to reduce the size of the linesArthur Guyader2-7/+10
2019-08-30Change vector to list to allow to remove signal.Arthur Guyader1-4/+5
2019-08-30Add feature ISO TP (multi frames and peer to peer)Arthur Guyader3-2/+231
2019-08-30Replace all enum types with masksArthur Guyader2-12/+1
2019-08-29Add file converter to manage all conversionsArthur Guyader2-0/+85
2019-08-29Uniform indentation with tabulationArthur Guyader4-75/+74
2019-08-12Integrate the J1939 features : address claiming and write.Arthur Guyader7-44/+921
2019-08-12Add feature to build messages and fix some functionsArthur Guyader8-39/+59
2019-06-26Rename some of the classes removing can- prefixRomain Forlot2-7/+7
2019-06-26Change can_message_t class usage for new j1939Romain Forlot4-38/+17
2019-06-26Implement a new socket type CAN for j1939 protocolArthur Guyader7-47/+297
2018-12-14Smalls improvementsRomain Forlot2-3/+14
2018-12-14CAN FD implementationRomain Forlot2-20/+30
2018-11-22Adds a new function to build from a json_object.Romain Forlot2-0/+27
2018-10-15Migration to binding v3Romain Forlot2-2/+2
2018-04-09Correct errors in commentsJonathan Aillet1-1/+1
2018-01-02Make low-can use afb-genskel by defaultRomain Forlot1-1/+0
2017-12-07Initialize struct to avoid unexpected behaviorRomain Forlot1-2/+4
2017-09-28Add timestamp to diagnostic message event tooRomain Forlot1-1/+1
2017-09-13Add timestamp val to returned json object on eventRomain Forlot2-1/+28
2017-07-25Make Kernel check not mandatoryRomain Forlot2-1/+3