Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Example:
}
```

The optional logo must be added to `/assets/images` as a PNG or SVG.
The optional logo must be added to `/assets/images/logos` as a PNG or SVG.
By submitting a logo the committer agrees that the logo is dispayed on the tools page.

### Tool Description
Expand Down
23 changes: 23 additions & 0 deletions static/assets/images/logos/Akkodis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 28 additions & 4 deletions static/assets/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2659,16 +2659,40 @@
"name": "PROVEtech:RE",
"license": "commercial",
"url": "https://www.provetech.de/index.php/products/provetech-re",
"vendor": "PROVEtech",
"vendorURL": "https://www.provetech.de/",
"description": "Test platform for ECU verification in the entire product development",
"logo": "Akkodis.svg",
"vendor": "Akkodis Germany Consulting GmbH",
"vendorURL": "https://www.akkodis.com/",
"description": "A compact and cost efficient test platform for ECU verification. Supports Multi-I/O and automotive bus systems such as CAN, CAN FD, LIN, FlexRay, Automotive Ethernet, AUTOSAR, FMU modules for HiL and SiL testing.",
"features": [],
"platforms": [
"Linux",
"Windows"
],
"fmiVersions": [
"2.0"
"2.0",
"3.0"
],
"fmuExport": [],
"fmuImport": [
"CS"
]
},
{
"name": "PROVEtech:TA",
"license": "commercial",
"url": "https://www.provetech.de/index.php/products/provetech-ta",
"logo": "Akkodis.svg",
"vendor": "Akkodis Germany Consulting GmbH",
"vendorURL": "https://www.akkodis.com/",
"description": "The comprehensive test automation tool for HiL, SiL and MiL. PROVEtech:TA offers modules for vehicle diagnostics (ASAM MCD-3 D), electrical fault simulation, CCP, XCP, J1939, ISO-TP, AUTOSAR, video/audio processing, real-time tests and many more. It visualizes, controls and measures signals and bus messages (CAN (FD), LIN, Automotive Ethernet, FlexRay, MOST). PROVEtech:TA supports manual testing as well as database driven test management for automated testing.",
"features": [],
"platforms": [
"Linux",
"Windows"
],
"fmiVersions": [
"2.0",
"3.0"
],
"fmuExport": [],
"fmuImport": [
Expand Down
Loading