-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Recently I had a look on CAN-over-ethernet as I was forced to do a remote debug of some CAN communication.
I realized that it is not that hard to make basic client of socketcand
as I was able to do that using telnet client. This made me curious if we could get other drivers which would work under Windows and not require native libraries. I started to look at other known CAN drivers/transports/interfaces out there such as slcan
and gs_usb
. I think these are not that far away and could be implemented. Effectively it would open JavaCAN to wider pool of users who are stuck to Windows.
I am not certain if it would fit into idea of JavaCAN as for now this project is strictly speaking focused on socketcan bridge. It will bring also more dependencies (ie. serial port handling).
I wouldn't want to implement that in Apache PLC4X cause its internal transport mechanism is bound to netty which complicates a lot basic protocol work.
What your take on that?