https://github.com/robotnikautomation/pcan_python
Python wrapper of the peak-linux-driver (in C) for Linux
https://github.com/robotnikautomation/pcan_python
Last synced: about 1 year ago
JSON representation
Python wrapper of the peak-linux-driver (in C) for Linux
- Host: GitHub
- URL: https://github.com/robotnikautomation/pcan_python
- Owner: RobotnikAutomation
- Created: 2014-08-14T11:57:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T07:46:21.000Z (almost 7 years ago)
- Last Synced: 2023-03-12T05:18:36.544Z (over 3 years ago)
- Language: Python
- Size: 11.7 KB
- Stars: 4
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
-----------
This driver is a Python wrapper of the peak-linux-driver (in C) for Linux.
External dependencies
---------------------
- swig
- sudo apt-get install swig
- peak-linux-driver-7.X and peak-linux-driver-8-X
- Please visit http://peak-system.com
- compile the library with:
- make NET=NO_NETDEV_SUPPORT
- gcc
- python-2.7
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