Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zainahm3d/canSerializer
Basic helper lib for serializing and deserializing CAN frames for transmission over a non CAN transport layer.
https://github.com/zainahm3d/canSerializer
Last synced: 3 months ago
JSON representation
Basic helper lib for serializing and deserializing CAN frames for transmission over a non CAN transport layer.
- Host: GitHub
- URL: https://github.com/zainahm3d/canSerializer
- Owner: zainahm3d
- Created: 2020-11-22T17:08:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T01:09:26.000Z (about 2 years ago)
- Last Synced: 2024-04-16T06:07:30.929Z (7 months ago)
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-canbus - canSerializer - Lib for serializing and deserializing CAN frames for transmission over a non CAN transport layer (Can be used to transport CAN frames over UART, SPI, etc). (Utils / Other Utils)
README
Basic tool for packetizing and appending a checksum to CAN bus frames. Can be used to transport CAN frames over UART, SPI, etc.