Message119122
forgot to include this: http://en.wikipedia.org/wiki/Socketcan
SocketCan is the (currently) Linux-specific Berkley-socket CAN implementation created by Volkswagen. Alot of previous CAN implementations use a rather inferior (explained in can.txt in the Linux sources) character device approach.
So the use case for programs that use SocketCan is raw sockets in C, as it is a rather specialty form of interface. But considering that it fits fairly well into an existing interface, it seems appropriate to add to python.
I clicked 2.7 because that was what the patch was written for.
Our personal use case is for an IVI dash, to access vehicle devices that output familiar metrics like speed, tach, fuel levels, seat belts, etc over CAN. |
|
Date |
User |
Action |
Args |
2010-10-19 05:39:21 | slanden | set | recipients:
+ slanden, orsenthil |
2010-10-19 05:39:21 | slanden | set | messageid: <1287466761.48.0.882133380185.issue10141@psf.upfronthosting.co.za> |
2010-10-19 05:39:18 | slanden | link | issue10141 messages |
2010-10-19 05:39:17 | slanden | create | |
|