Secondary Development Support
KH-UCANFD_Linux SDK provides complete secondary development support, including SocketCAN standard interface and Python development interface.
Development Overview
- SocketCAN Development - C/C++ development based on standard SocketCAN interface
- python-CAN Development - Python development based on python-can library
Quick Selection Guide
| Development Method | Applicable Scenario | Development Difficulty | Performance |
|---|---|---|---|
| SocketCAN | High-performance applications, system integration | Medium | Highest |
| python-can | Rapid prototyping, data analysis, test scripts | Simple | Good |