This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author slanden
Recipients orsenthil, slanden
Date 2010-10-19.05:39:16
SpamBayes Score 5.598074e-08
Marked as misclassified No
Message-id <1287466761.48.0.882133380185.issue10141@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-19 05:39:21slandensetrecipients: + slanden, orsenthil
2010-10-19 05:39:21slandensetmessageid: <1287466761.48.0.882133380185.issue10141@psf.upfronthosting.co.za>
2010-10-19 05:39:18slandenlinkissue10141 messages
2010-10-19 05:39:17slandencreate