A gRPC <-> CAN gateway written in Go for use in txlogger.
Uses named pipes on Windows and unix sockets on Linux for communication between txlogger and the gateway.
I need to be able to use 32-bit dll J2534 drivers from my 64-bit application so this gateway acts as a bridge between my application and the CAN hardware.