Read the example MyCustomGateway.kt to understand how the DSL and its features work.
When you want to create your own simulated ECUs:
- Copy this project into your own space
- Change
build.gradle.kts
to your needs (project name, etc..) - Define your gateway/ecu topology, change names, addresses and write your requests/responses
- Run
../gradlew run
(or use../gradlew shadowJar
for a nice standalone shadow jar) - Profit
The contents of this repository itself are released under the CC0-license and into the public domain.