pyxcp 0.22.21__tar.gz → 0.22.22__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyxcp might be problematic. Click here for more details.
- {pyxcp-0.22.21 → pyxcp-0.22.22}/PKG-INFO +2 -2
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyproject.toml +1 -1
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/__init__.py +1 -1
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/master/master.py +2 -1
- {pyxcp-0.22.21 → pyxcp-0.22.22}/CMakeLists.txt +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/LICENSE +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/README.md +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/build_ext.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/EtasCANMonitoring.a2l +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/EtasCANMonitoring.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/XCP_Common.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/XCPonCAN.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/XCPonEth.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/XCPonFlx.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/XCPonSxI.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/XCPonUSB.aml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/ifdata_CAN.a2l +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/ifdata_Eth.a2l +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/ifdata_Flx.a2l +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/ifdata_SxI.a2l +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/aml/ifdata_USB.a2l +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/asam/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/asam/types.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/asamkeydll.c +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/asamkeydll.sh +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/checksum.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cmdline.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/config/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/config/legacy.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/constants.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/bin.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/blockmem.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/daqlist.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/event.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/extension_wrapper.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/helper.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/mcobject.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/cpp_ext/tsqueue.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/optimize/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/optimize/binpacking.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/scheduler.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/scheduler.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/stim.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/stim.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/daq_stim/stim_wrapper.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/dllif.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/errormatrix.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_can.toml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_can_user.toml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_can_vector.json +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_can_vector.toml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_eth.toml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_nixnet.json +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_socket_can.toml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_sxi.json +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/conf_sxi.toml +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/ex_arrow.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/ex_csv.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/ex_excel.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/ex_mdf.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/ex_sqlite.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/run_daq.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcp_policy.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcp_read_benchmark.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcp_skel.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcp_unlock.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcp_user_supplied_driver.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcphello.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/examples/xcphello_recorder.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/master/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/master/errorhandler.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/py.typed +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/build_clang.cmd +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/build_clang.sh +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/build_gcc.cmd +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/build_gcc.sh +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/build_gcc_arm.sh +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/converter/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/lz4.c +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/lz4.h +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/lz4hc.c +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/lz4hc.h +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/mio.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/reader.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/reco.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/recorder.rst +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/rekorder.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/rekorder.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/setup.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/test_reko.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/unfolder.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/wrap.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/recorder/writer.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/pyxcp_probe_can_drivers.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/xcp_examples.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/xcp_fetch_a2l.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/xcp_id_scanner.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/xcp_info.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/scripts/xcp_profile.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/stim/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_asam_types.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_binpacking.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_can.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_checksum.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_daq.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_frame_padding.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_master.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_transport.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/tests/test_utils.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/timing.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/base.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/base_transport.hpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/can.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/eth.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/sxi.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/transport_wrapper.cpp +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/transport/usb_transport.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/types.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/utils.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/vector/__init__.py +0 -0
- {pyxcp-0.22.21 → pyxcp-0.22.22}/pyxcp/vector/map.py +0 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pyxcp
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.22
|
|
4
4
|
Summary: Universal Calibration Protocol for Python
|
|
5
|
-
Home-page: https://github.com/christoph2/pyxcp
|
|
6
5
|
License: LGPLv3
|
|
7
6
|
Keywords: automotive,ecu,xcp,asam,autosar
|
|
8
7
|
Author: Christoph Schueler
|
|
@@ -35,6 +34,7 @@ Requires-Dist: toml (>=0.10.2,<0.11.0)
|
|
|
35
34
|
Requires-Dist: tomlkit (>=0.12.5,<0.13.0)
|
|
36
35
|
Requires-Dist: traitlets (<=5.11.2)
|
|
37
36
|
Requires-Dist: uptime (>=3.0.1,<4.0.0)
|
|
37
|
+
Project-URL: Homepage, https://github.com/christoph2/pyxcp
|
|
38
38
|
Description-Content-Type: text/markdown
|
|
39
39
|
|
|
40
40
|
# pyXCP
|
|
@@ -36,7 +36,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
|
|
|
36
36
|
[tool.poetry]
|
|
37
37
|
authors = ["Christoph Schueler <cpu.gems@googlemail.com>"]
|
|
38
38
|
name = "pyxcp"
|
|
39
|
-
version = "0.22.
|
|
39
|
+
version = "0.22.22"
|
|
40
40
|
readme = "README.md"
|
|
41
41
|
description = "Universal Calibration Protocol for Python"
|
|
42
42
|
keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
.. [1] XCP Specification, Part 2 - Protocol Layer Specification
|
|
8
8
|
"""
|
|
9
9
|
import functools
|
|
10
|
+
import logging
|
|
10
11
|
import struct
|
|
11
12
|
import traceback
|
|
12
13
|
import warnings
|
|
@@ -69,7 +70,7 @@ class Master:
|
|
|
69
70
|
self.ctr = 0
|
|
70
71
|
self.succeeded = True
|
|
71
72
|
self.config = config.general
|
|
72
|
-
self.logger =
|
|
73
|
+
self.logger = logging.getLogger("PyXCP")
|
|
73
74
|
disable_error_handling(self.config.disable_error_handling)
|
|
74
75
|
self.transport_name = transport_name.lower()
|
|
75
76
|
transport_config = config.transport
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|