基本信息
源码名称:Python调用CANape进行自动化测试
源码大小:0.15M
文件格式:.zip
开发语言:Python
更新时间:2021-11-27
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
Companies using CANape (including Vector) are very conservative with open source.
At Caterpillar (circa 2015-2016), an alpha version was developed. It was good. It automated hours of dSpace HIL testing! It is in Caterpillar's firewall.
At Eaton (c. 2017), a beta version was developed. It was good good. It is located in Eaton's firewall.
Code here was developed with the demo version of Vector. It has limitations. I can't afford Vector hardware.
## Future
Python is the future. ADAS5 needs a lot of tests. Python is good at tests. CANape needs Python.
- Vector could develop this. Listen to engineers, not management. Nobody likes COM.
- Someone donates a CANape licence for development.
- Someone forks and continues this work.
Translated with www.DeepL.com/Translator (free version)
.
├── python_CANape-master
│ ├── CANape
│ │ ├── __init__.py
│ │ └── _version.py
│ ├── Development
│ │ └── automate.bat
│ ├── Examples
│ │ └── 01_Minimal_CANape.ipynb
│ ├── Google.md
│ ├── MANIFEST.in
│ ├── README.md
│ ├── cython_api
│ │ ├── CANapAPI.h
│ │ ├── bridge.h
│ │ └── canapi.pyx
│ ├── requirements.txt
│ ├── setup.cfg
│ ├── setup.py
│ ├── shocked.png
│ ├── tests
│ │ ├── conftest.py
│ │ └── test_001.py
│ └── versioneer.py
└── 好例子网_python_CANape-master.zip
6 directories, 18 files
Python调用CANape进行自动化测试
## Development history
Companies using CANape (including Vector) are very conservative with open source.
At Caterpillar (circa 2015-2016), an alpha version was developed. It was good. It automated hours of dSpace HIL testing! It is in Caterpillar's firewall.
At Eaton (c. 2017), a beta version was developed. It was good good. It is located in Eaton's firewall.
Code here was developed with the demo version of Vector. It has limitations. I can't afford Vector hardware.
## Future
Python is the future. ADAS5 needs a lot of tests. Python is good at tests. CANape needs Python.
- Vector could develop this. Listen to engineers, not management. Nobody likes COM.
- Someone donates a CANape licence for development.
- Someone forks and continues this work.
Translated with www.DeepL.com/Translator (free version)
.
├── python_CANape-master
│ ├── CANape
│ │ ├── __init__.py
│ │ └── _version.py
│ ├── Development
│ │ └── automate.bat
│ ├── Examples
│ │ └── 01_Minimal_CANape.ipynb
│ ├── Google.md
│ ├── MANIFEST.in
│ ├── README.md
│ ├── cython_api
│ │ ├── CANapAPI.h
│ │ ├── bridge.h
│ │ └── canapi.pyx
│ ├── requirements.txt
│ ├── setup.cfg
│ ├── setup.py
│ ├── shocked.png
│ ├── tests
│ │ ├── conftest.py
│ │ └── test_001.py
│ └── versioneer.py
└── 好例子网_python_CANape-master.zip
6 directories, 18 files