DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

feat(Endpoint): Implement OBDII emulator #762

Closed splasky closed 3 years ago

splasky commented 4 years ago

This commit implements the OBDII emulator for testing.

The OBDII emulator only supports mode 01 service for showing and sending predefined data. The OBDII emulator listens on the vcan0 interface by default. The emulator only responed the the query from the 0x7DF channel.

splasky commented 4 years ago

Related #759

splasky commented 3 years ago

Transfer to DLTcollab/vehicle-data-explorer