python-udsoncan:UDS (ISO-14229) 标准的 Python 实现

时间:2021-08-05 02:57:03
【文件属性】:
文件名称:python-udsoncan:UDS (ISO-14229) 标准的 Python 实现
文件大小:160KB
文件格式:ZIP
更新时间:2021-08-05 02:57:03
python car can automotive can-bus python-udsoncan 该项目是用 Python 3 编写的 ISO-14229 定义的统一诊断服务 (UDS) 协议的实现。该代码根据 MIT 许可在 GitHub (pylessard/python-udsoncan) 上发布。 文档 该文档可在此处获得: : 要求 Python 3+ 安装 使用点子: pip install udsoncan 例子 import SomeLib . SomeCar . SomeModel as MyCar import udsoncan from udsoncan . connections import IsoTPSocketConnection from udsoncan . client import Client from udsoncan . exceptions import * from udsoncan . ser
【文件预览】:
python-udsoncan-master
----setup.py(1KB)
----.gitignore(1KB)
----.travis.yml(44B)
----doc()
--------requirements.txt(38B)
--------Makefile(7KB)
--------make.bat(7KB)
--------source()
----setup.cfg(41B)
----LICENSE.txt(1KB)
----udsoncan()
--------connections.py(23KB)
--------__init__.py(52KB)
--------services()
--------client.py(89KB)
--------Request.py(6KB)
--------logging.conf(1KB)
--------configs.py(870B)
--------j2534.py(13KB)
--------Response.py(10KB)
--------exceptions.py(4KB)
----README.rst(2KB)
----test()
--------client()
--------test_helper_class.py(23KB)
--------ClientServerTest.py(1KB)
--------__init__.py(108B)
--------test_stubbed_isotpsock.py(2KB)
--------test_request.py(4KB)
--------UdsTest.py(177B)
--------stub.py(2KB)
--------ThreadableTest.py(2KB)
--------test_response.py(5KB)
--------test_definitions.py(485B)
--------test_connection.py(7KB)

网友评论