Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 21, 2023
1 parent 4373ce8 commit 4d2b033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ A CAN message is internally represented as follows.
|--------|----------|-----------------------------------------|
| `id` | number | The decimal id of the CAN message. |
| `data` | number[] | The decimal payload of the CAN message. |
| `ext` | boolean | |
| `rtr` | boolean | |

## Sources

Expand Down Expand Up @@ -305,7 +307,6 @@ The following options are supported.

## Limitations

- `can2x` currently only supports `id` and `data` of a CAN message.
- security aspects, such as encryption, authentication, and authorization, are not supported
- messages are not guaranteed to be delivered

Expand Down

0 comments on commit 4d2b033

Please sign in to comment.