Skip to content

Commit 0439792

Browse files
author
Remigiusz Kołłątaj
authored
Update README.md
1 parent 7218393 commit 0439792

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* [CANdevStudio without CAN hardware](#candevstudio-without-can-hardware)
2727
* [VCAN](#vcan)
2828
* [Cannelloni](#cannelloni)
29+
* [CAN Signals](#can-signals)
2930

3031
## Overview
3132
Most of automotive projects need to have an access to the Controller Area Network (CAN) bus. There are plenty of commercial frameworks that provides CAN stacks and hardware/software tools necessary to develop proper CAN networks. They are very comprehensive and thus expensive. CANdevStudio aims to be cost-effective replacement for CAN simulation software. It can work with variety of CAN hardware interfaces (e.g. Microchip, Vector, PEAK-Systems) or even without it (vcan and [cannelloni](https://github.com/mguentner/cannelloni)) . CANdevStudio enables to simulate CAN signals such as ignition status, doors status or reverse gear by every automotive developer. Thanks to modularity it is easy to implement new, custom features.
@@ -215,3 +216,7 @@ PC configuration:
215216
2. interface: 30000,192.168.0.2,20000 (local_port,remote_ip,remote_port)
216217
4. Start simulation
217218

219+
## CAN Signals
220+
CANdevStudio provides experimental support for CAN Signals (see [signals](https://github.com/GENIVI/CANdevStudio/tree/signals) branch). Currently only [DBC](http://socialledge.com/sjsu/index.php/DBC_Format) format is supported as a decription of database, but it shouldn't be hard to add new formats.
221+
222+
The work on moving components from signal to master branch is onging.

0 commit comments

Comments
 (0)