From 2da015cb1d687390d36a52ca04a2ed8095fd76e1 Mon Sep 17 00:00:00 2001 From: Muhammed Qadan <47371261+qadanm@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:04:31 -0700 Subject: [PATCH] Add elmulator to Utility elmulator serves a scripted ELM327 OBD2 adapter over TCP so an app's Bluetooth/serial OBD2 code can be tested in CI without a car or a real adapter. https://github.com/qadanm/elmulator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f38a630e..0cc62add 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information. - [Cache NPM Dependencies](https://github.com/c-hive/gha-npm-cache) - [Cache Yarn Dependencies](https://github.com/c-hive/gha-yarn-cache) +- [Emulate an ELM327 OBD2 Adapter Over TCP](https://github.com/qadanm/elmulator) - Serves a scripted ELM327 so OBD2 app tests run in CI without a car or a real adapter. #### Semantic Versioning