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 neologix
Recipients amaury.forgeotdarc, giampaolo.rodola, mluis, neologix, ogait87, orsenthil, pitrou, rosslagerwall, slanden, vstinner
Date 2011-10-05.17:09:23
SpamBayes Score 0.00090651674
Marked as misclassified No
Message-id <1317834563.88.0.461612720392.issue10141@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't have much to say about the patch, given that I don't know
> anything about CAN and my system doesn't appear to have a "vcan0"
> interface.

I had never heard about it before this issue, but the protocol is really simple.

If you want to try it out (just for fun :-), you just have to do the following:
# modprobe vcan
# ip link add dev vcan0 type vcan
# ifconfig vcan0 up
History
Date User Action Args
2011-10-05 17:09:23neologixsetrecipients: + neologix, amaury.forgeotdarc, orsenthil, pitrou, vstinner, giampaolo.rodola, slanden, rosslagerwall, ogait87, mluis
2011-10-05 17:09:23neologixsetmessageid: <1317834563.88.0.461612720392.issue10141@psf.upfronthosting.co.za>
2011-10-05 17:09:23neologixlinkissue10141 messages
2011-10-05 17:09:23neologixcreate