
OBD Simulator App is a web application that simulates vehicle diagnostic data collected through an OBD-II system. The backend generates realistic live telemetry (RPM, speed, throttle position, fuel level, battery voltage, engine load etc..) and diagnostic trouble codes (DTCs). These values are broadcast in real time through WebSockets and also exposed through REST API endpoints. The frontend displays the simulated vehicle data in a responsive dashboard UI.
React
Node