rusefi/simulator/readme.md

15 lines
419 B
Markdown
Raw Permalink Normal View History

2022-11-19 15:53:43 -08:00
Win32 or posix version of firmware allows to explore rusEFI on a PC without any embedded hardware!
2022-11-19 16:34:23 -08:00
Simulator runs a subset of ECU on your pc, easier to debug some things, tighter dev loop.
2022-11-19 17:15:21 -08:00
* self-stimulation for trigger event capture
* mocked analog sensors
* mocked outputs
* SocketCAN integration on Linux
2023-07-29 05:29:35 -07:00
One of ways to mock analog sensors
```
// see SensorType.java for numeric ordinals
set_sensor_mock 4 90
```