https://github.com/soaibsafi/can-networks
The goal is to control a virtual dashboard with a set of ECUs. Therefore it is necessary that the ECUs exchange information over the CAN bus. Each board realizes sensor functionality and additional logical functionality which controls the dashboard. The main task of this unit is to implement these ECUs.
https://github.com/soaibsafi/can-networks
Last synced: about 2 months ago
JSON representation
The goal is to control a virtual dashboard with a set of ECUs. Therefore it is necessary that the ECUs exchange information over the CAN bus. Each board realizes sensor functionality and additional logical functionality which controls the dashboard. The main task of this unit is to implement these ECUs.
- Host: GitHub
- URL: https://github.com/soaibsafi/can-networks
- Owner: soaibsafi
- Created: 2019-12-10T16:35:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T15:02:06.000Z (about 2 years ago)
- Last Synced: 2025-01-23T18:50:30.657Z (3 months ago)
- Language: C
- Size: 642 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CAN-Networks
The goal is to control a virtual dashboard with a set of ECUs. Therefore it is necessary that the ECUs exchange information over the CAN bus. Each board realizes sensor functionality and additional logical functionality which controls the dashboard. The main task of this unit is to implement these ECUs.