christiansandberg / python-can-remote

CAN over network bridge for Python
MIT License
48 stars 20 forks source link

Bridge data from peak CAN over Ethernet? #1

Closed mgiaco closed 5 years ago

mgiaco commented 6 years ago

Is that possible with that?

many thanks

christiansandberg commented 6 years ago

Yes that is possible. If you mean you have two physical CAN buses that you want to bridge you will have to write a small script on one side that redirects messages between the physical bus and the remote bus.