bailaC / pcan_python

Python wrapper of the peak-linux-driver (in C) for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This driver is a Python wrapper of the peak-linux-driver (in C) for Linux.

External dependencies

Library compilation

make

Library installation

sudo make install

By default the module will be installed in /usr/lib

PATH settings

Add /usr/lib to the PYTHONPATH in order to find the module.

Example: export PYTHONPATH=/usr/lib:$PYTHONPATH

About

Python wrapper of the peak-linux-driver (in C) for Linux


Languages

Language:Python 75.8%Language:C 19.6%Language:Makefile 4.5%