linux-can / socketcand

Server to access CAN sockets over ASCII protocol
165 stars 41 forks source link

How do I forward a CAN interface over network #15

Closed daravi closed 4 years ago

daravi commented 4 years ago

I hope it is ok to ask here.

Using socketcand, is there a way to set up a virtual CAN that receives data from a physical CAN over the network and behaves like the physical CAN?

Basically I have a remote device with a CAN port, and I want to connect to and read from the CAN port as if it is on my local machine.

yegorich commented 4 years ago

Take a look at https://github.com/mguentner/cannelloni

daravi commented 4 years ago

@yegorich Thank you very much!