linux-can / socketcand

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

Multiple connections to different CAN interfaces #23

Closed scottmetoyer closed 3 years ago

scottmetoyer commented 3 years ago

My project will require data from several CAN interfaces installed on the system (can0, can1, can2). It doesn't appear I can open a single connection to socketcand to read from these devices simultaneously, but is it possible to open one connection per bus from a single client and access the data that way?

Thanks!

olerem commented 3 years ago

yes, for example candump can read all interfaces on a system.