fome-fw/simulator
Nathan Schulte be7a2ddc9c
simulator: more arguments (#432)
* simulator: improve READMEs

* simulator: use argp for argument parsing

* simulator: plumb SocketCAN device argument

* simulator: change verbosity argument

use a --quiet instead, as --verbose is a "set-only" option without
arguments and cannot be "unset" if default

* simulator: timeout is an option, not an argument

* simulator: github workflow uses --timeout option
2024-08-05 11:43:07 -07:00
..
simulator simulator: more arguments (#432) 2024-08-05 11:43:07 -07:00
.cproject
.gitignore simulator reads/writes configuration (#4605) 2022-09-23 08:47:50 -04:00
.project
Makefile Engine modules participate in the build system (#452) 2024-07-23 18:05:43 -07:00
README.md simulator: more arguments (#432) 2024-08-05 11:43:07 -07:00
chconf.h
compile.sh scripts should fail harder when they fail 2024-03-07 22:17:37 -08:00
file.mlg
file2.mlg
file3.mlg
halconf.h
libc_argp.h simulator: more arguments (#432) 2024-08-05 11:43:07 -07:00
main.cpp simulator: more arguments (#432) 2024-08-05 11:43:07 -07:00

README.md

Win32 or POSIX version of firmware allows to explore FOME 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