-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
featNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Related to #95
CAN frames' payloads are in binary type and cannot be parsed without metadata (.dbc file, for example).
We need to support BINARY type to feed CAN bus data from the CAN source reader.
Describe alternatives you've considered
CAN frames' payload are at most 8 bytes.
We may use UNSIGNED BIGINT for CAN bus data.
Of course, however, BINARY type should be necessary in the future.
Additional context
Metadata
Metadata
Assignees
Labels
featNew feature or requestNew feature or request