Documentation
- User manual version 3.4, D. Bertrand, N. Navet, April 2014.
- User manual version 2.2, D. Bertrand, L. Havet, N. Navet, Juillet 2011.
- "NETCARBENCH: a benchmark for techniques and tools used in the design of automotive communication systems". C. Braun, L. Havet, N. Navet, paper published in the proceedings of IFAC FeT 2007 - here are the slides of the talk in pdf format and pps format. Authors of scientific papers including results obtained using NETCARBENCH are encouraged to cite this paper.
V3.4 sources & executables (Gateway support - RTaW-Sim compatible)
Linux
- source: netcarbench.zip (Makefile is provided - just ignore the Visual Studio project files)
- exe: netcarbench (you'll need to make the file executable: chmod a+x netcarbench)
Windows
- source: netcarbench.zip (Open the Visual Studio 2008 project)
- exe: netcarbench.exe. Note that to run the exe you need to install the VC++ 2008 redistributable files available for download here.
- experimental graphical version: gui_netcarbench.zip. The zip files contains several QT libraries that are needed - simply unzip and run the executable file. Note that gateways are not supported in this version neither is the jitter ratio option introduced in command-line version 3.4.
Sample configuration files
- Body network: body_config.xml (deadlines - jitters - some FIFO queues)
- Powertrain network: pwrt_config.xml (offsets - deadlines - jitters)
- Gateway: gateway.xml (two networks exchanging frames via a gateway)
Sample output file: set1.xml generated with gateway.xml
V2.2 sources & executables (NETCAR-Analyzer compatible)
Linux
- source: netcarbench_v2_2.zip (Makefile is provided - just ignore the Visual Studio project files)
- exe: netcarbench_v2_2 (you'll need to make the file executable: chmod a+x netcarbench)
Windows
- source: netcarbench_v2_2.zip (Open the Visual Studio 2008 project)
- exe: netcarbench_v2_2.exe. Note that to run the exe you need to install the VC++ 2008 redistributable files available for download here.
Sample configuration files (all in this zip file)
- Body network (frames): body_config (no offsets - no deadlines)
- Body network (frames): body_config_Fifo.xml (no offsets - no deadlines - some Fifo queues)
- Powertrain network (frames): pwrt_config.xml (no offsets - no deadlines)
- Powertrain network (frames): pwrt_config_offset_deadlines.xml (offsets - deadlines)
- Powertrain network (signals): pwrt_signal_config.xml (no offsets - no deadlines)