Hacker News new | ask | show | jobs
by sulZ 2355 days ago
I've recently become interested in a can bus sim, actually. If you know of any resources I would appreciate any pointers.
1 comments

There are some basic simulators out there that use single board computers. I've been meaning to try to build one at some point.

https://github.com/carloop/simulator (RasPi)

https://github.com/limiter121/esp32-obd2-emulator (ESP32)

Thanks. I'll check them out.