Virtual CAN interface for PCAN Wireless Gateway
Posted: Tue 30. May 2017, 19:33
I was wondering if it would make sense to write a driver to create a SocketCAN virtual CAN interface that connects to PCAN wireless gateway. I can see the following advantage:
- Use can-utils tools like candump and cansend for testing and troubleshooting a live system
- Seemlessly swap from wireless CAN to usb CAN
- Potential performance penalty: intercepting TCP packets and recreating CAN messages
- More complex architecture, may introduce more point of failure