fome-fw/simulator
Matthew Kennedy e59cee518f
implement persistent lua values (#592)
* implement persistent lua values

* backup ram support in the sim

* 1-based indices for lua

* but don't support unit tests

* changelog it
2025-05-15 00:28:28 -07:00
..
simulator implement persistent lua values (#592) 2025-05-15 00:28:28 -07:00
.cproject enabling parallel compilation from Eclipse 2019-01-04 00:18:08 -05:00
.gitignore simulator reads/writes configuration (#4605) 2022-09-23 08:47:50 -04:00
.project renaming project 2017-04-10 10:08:10 -04:00
Makefile Remove sensor chart (#568) 2025-03-07 03:28:29 -08:00
chconf.h simulator PORT_GUARD_PAGE_SIZE 2025-02-07 22:48:39 -08:00
compile.sh scripts should fail harder when they fail 2024-03-07 22:17:37 -08:00
file.mlg TS SD integration #1653 2020-08-06 23:34:47 -04:00
file2.mlg TS SD integration #1653 2020-08-06 23:34:47 -04:00
file3.mlg TS SD integration #1653 2020-08-07 00:59:00 -04:00
halconf.h make chconf.h more similar to each other 2024-10-31 16:19:47 -07:00
main.cpp Revert "simulator: more arguments (#432)" 2024-08-05 13:40:04 -07:00
readme.md Revert "simulator: more arguments (#432)" 2024-08-05 13:40:04 -07:00

readme.md

Win32 or posix version of firmware allows to explore rusEFI on a PC without any embedded hardware!

Simulator runs a subset of ECU on your pc, easier to debug some things, tighter dev loop.

  • self-stimulation for trigger event capture
  • mocked analog sensors
  • mocked outputs
  • SocketCAN integration on Linux