pyxcp 0.22.34__tar.gz → 0.22.35__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.

Files changed (123) hide show
  1. {pyxcp-0.22.34 → pyxcp-0.22.35}/PKG-INFO +1 -1
  2. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyproject.toml +1 -1
  3. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/__init__.py +1 -1
  4. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/config/__init__.py +1 -0
  5. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/dllif.py +9 -4
  6. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcphello.py +9 -10
  7. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/master/master.py +1 -0
  8. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/utils.py +3 -2
  9. {pyxcp-0.22.34 → pyxcp-0.22.35}/CMakeLists.txt +0 -0
  10. {pyxcp-0.22.34 → pyxcp-0.22.35}/LICENSE +0 -0
  11. {pyxcp-0.22.34 → pyxcp-0.22.35}/README.md +0 -0
  12. {pyxcp-0.22.34 → pyxcp-0.22.35}/build_ext.py +0 -0
  13. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/EtasCANMonitoring.a2l +0 -0
  14. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/EtasCANMonitoring.aml +0 -0
  15. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/XCP_Common.aml +0 -0
  16. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/XCPonCAN.aml +0 -0
  17. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/XCPonEth.aml +0 -0
  18. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/XCPonFlx.aml +0 -0
  19. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/XCPonSxI.aml +0 -0
  20. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/XCPonUSB.aml +0 -0
  21. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/ifdata_CAN.a2l +0 -0
  22. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/ifdata_Eth.a2l +0 -0
  23. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/ifdata_Flx.a2l +0 -0
  24. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/ifdata_SxI.a2l +0 -0
  25. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/aml/ifdata_USB.a2l +0 -0
  26. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/asam/__init__.py +0 -0
  27. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/asam/types.py +0 -0
  28. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/asamkeydll.c +0 -0
  29. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/asamkeydll.sh +0 -0
  30. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/checksum.py +0 -0
  31. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cmdline.py +0 -0
  32. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/config/legacy.py +0 -0
  33. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/constants.py +0 -0
  34. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/__init__.py +0 -0
  35. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/bin.hpp +0 -0
  36. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/blockmem.hpp +0 -0
  37. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/daqlist.hpp +0 -0
  38. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/event.hpp +0 -0
  39. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/extension_wrapper.cpp +0 -0
  40. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/helper.hpp +0 -0
  41. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/mcobject.hpp +0 -0
  42. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/cpp_ext/tsqueue.hpp +0 -0
  43. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/__init__.py +0 -0
  44. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/optimize/__init__.py +0 -0
  45. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/optimize/binpacking.py +0 -0
  46. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/scheduler.cpp +0 -0
  47. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/scheduler.hpp +0 -0
  48. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/stim.cpp +0 -0
  49. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/stim.hpp +0 -0
  50. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/daq_stim/stim_wrapper.cpp +0 -0
  51. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/errormatrix.py +0 -0
  52. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_can.toml +0 -0
  53. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_can_user.toml +0 -0
  54. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_can_vector.json +0 -0
  55. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_can_vector.toml +0 -0
  56. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_eth.toml +0 -0
  57. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_nixnet.json +0 -0
  58. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_socket_can.toml +0 -0
  59. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_sxi.json +0 -0
  60. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/conf_sxi.toml +0 -0
  61. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/run_daq.py +0 -0
  62. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcp_policy.py +0 -0
  63. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcp_read_benchmark.py +0 -0
  64. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcp_skel.py +0 -0
  65. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcp_unlock.py +0 -0
  66. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcp_user_supplied_driver.py +0 -0
  67. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/examples/xcphello_recorder.py +0 -0
  68. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/master/__init__.py +0 -0
  69. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/master/errorhandler.py +0 -0
  70. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/py.typed +0 -0
  71. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/__init__.py +0 -0
  72. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/build_clang.cmd +0 -0
  73. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/build_clang.sh +0 -0
  74. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/build_gcc.cmd +0 -0
  75. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/build_gcc.sh +0 -0
  76. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/build_gcc_arm.sh +0 -0
  77. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/converter/__init__.py +0 -0
  78. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/lz4.c +0 -0
  79. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/lz4.h +0 -0
  80. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/lz4hc.c +0 -0
  81. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/lz4hc.h +0 -0
  82. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/mio.hpp +0 -0
  83. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/reader.hpp +0 -0
  84. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/reco.py +0 -0
  85. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/recorder.rst +0 -0
  86. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/rekorder.cpp +0 -0
  87. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/rekorder.hpp +0 -0
  88. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/setup.py +0 -0
  89. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/test_reko.py +0 -0
  90. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/unfolder.hpp +0 -0
  91. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/wrap.cpp +0 -0
  92. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/recorder/writer.hpp +0 -0
  93. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/__init__.py +0 -0
  94. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/pyxcp_probe_can_drivers.py +0 -0
  95. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/xcp_examples.py +0 -0
  96. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/xcp_fetch_a2l.py +0 -0
  97. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/xcp_id_scanner.py +0 -0
  98. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/xcp_info.py +0 -0
  99. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/xcp_profile.py +0 -0
  100. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/scripts/xmraw_converter.py +0 -0
  101. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/stim/__init__.py +0 -0
  102. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_asam_types.py +0 -0
  103. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_binpacking.py +0 -0
  104. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_can.py +0 -0
  105. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_checksum.py +0 -0
  106. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_daq.py +0 -0
  107. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_daq_opt.py +0 -0
  108. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_frame_padding.py +0 -0
  109. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_master.py +0 -0
  110. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_transport.py +0 -0
  111. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/tests/test_utils.py +0 -0
  112. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/timing.py +0 -0
  113. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/__init__.py +0 -0
  114. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/base.py +0 -0
  115. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/base_transport.hpp +0 -0
  116. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/can.py +0 -0
  117. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/eth.py +0 -0
  118. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/sxi.py +0 -0
  119. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/transport_wrapper.cpp +0 -0
  120. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/transport/usb_transport.py +0 -0
  121. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/types.py +0 -0
  122. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/vector/__init__.py +0 -0
  123. {pyxcp-0.22.34 → pyxcp-0.22.35}/pyxcp/vector/map.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyxcp
3
- Version: 0.22.34
3
+ Version: 0.22.35
4
4
  Summary: Universal Calibration Protocol for Python
5
5
  License: LGPLv3
6
6
  Keywords: automotive,ecu,xcp,asam,autosar
@@ -37,7 +37,7 @@ dynamic = ["license", "readme", "authors", "requires-python", "description", "cl
37
37
  [tool.poetry]
38
38
  authors = ["Christoph Schueler <cpu.gems@googlemail.com>"]
39
39
  name = "pyxcp"
40
- version = "0.22.34"
40
+ version = "0.22.35"
41
41
  readme = "README.md"
42
42
  description = "Universal Calibration Protocol for Python"
43
43
  keywords = ["automotive", "ecu", "xcp", "asam", "autosar"]
@@ -17,4 +17,4 @@ tb_install(show_locals=True, max_frames=3) # Install custom exception handler.
17
17
 
18
18
  # if you update this manually, do not forget to update
19
19
  # .bumpversion.cfg and pyproject.toml.
20
- __version__ = "0.22.34"
20
+ __version__ = "0.22.35"
@@ -829,6 +829,7 @@ class General(Configurable):
829
829
  )
830
830
  seed_n_key_dll = Unicode("", allow_none=False, help="Dynamic library used for slave resource unlocking.").tag(config=True)
831
831
  seed_n_key_dll_same_bit_width = Bool(False, help="").tag(config=True)
832
+ custom_dll_loader = Unicode(allow_none=True, default_value=None, help="Use an custom seed and key DLL loader.").tag(config=True)
832
833
  seed_n_key_function = Callable(
833
834
  default_value=None,
834
835
  allow_none=True,
@@ -36,9 +36,14 @@ else:
36
36
  raise RuntimeError(f"Platform {sys.platform!r} currently not supported.")
37
37
 
38
38
 
39
- def getKey(logger, dllName: str, privilege: int, seed: bytes, assume_same_bit_width: bool):
39
+ def getKey(logger, loader_cfg: str, dllName: str, privilege: int, seed: bytes, assume_same_bit_width: bool):
40
40
  dllName = str(Path(dllName).absolute()) # Fix loader issues.
41
41
 
42
+ if loader_cfg is not None:
43
+ loader_exe = loader_cfg
44
+ else:
45
+ loader_exe = LOADER
46
+
42
47
  use_ctypes: bool = False
43
48
  if assume_same_bit_width:
44
49
  use_ctypes = True
@@ -70,15 +75,15 @@ def getKey(logger, dllName: str, privilege: int, seed: bytes, assume_same_bit_wi
70
75
  else:
71
76
  try:
72
77
  p0 = subprocess.Popen(
73
- [LOADER, dllName, str(privilege), binascii.hexlify(seed).decode("ascii")],
78
+ [loader_exe, dllName, str(privilege), binascii.hexlify(seed).decode("ascii")],
74
79
  stdout=subprocess.PIPE,
75
80
  shell=False,
76
81
  ) # nosec
77
82
  except FileNotFoundError as exc:
78
- logger.error(f"Could not find executable {LOADER!r} -- {exc}")
83
+ logger.error(f"Could not find executable {loader_exe!r} -- {exc}")
79
84
  return (SeedNKeyResult.ERR_COULD_NOT_LOAD_DLL, None)
80
85
  except OSError as exc:
81
- logger.error(f"Cannot execute {LOADER!r} -- {exc}")
86
+ logger.error(f"Cannot execute {loader_exe!r} -- {exc}")
82
87
  return (SeedNKeyResult.ERR_COULD_NOT_LOAD_DLL, None)
83
88
  key: bytes = b""
84
89
  if p0.stdout:
@@ -1,6 +1,5 @@
1
1
  #!/usr/bin/env python
2
- """Very basic hello-world example.
3
- """
2
+ """Very basic hello-world example."""
4
3
  from pprint import pprint
5
4
 
6
5
  from pyxcp.cmdline import ArgumentParser
@@ -17,14 +16,14 @@ def callout(master, args):
17
16
 
18
17
 
19
18
  ap = ArgumentParser(description="pyXCP hello world.", callout=callout)
20
- ap.parser.add_argument(
21
- "-d",
22
- "--daq-info",
23
- dest="daq_info",
24
- help="Display DAQ-info",
25
- default=False,
26
- action="store_true",
27
- )
19
+ # ap.parser.add_argument(
20
+ # "-d",
21
+ # "--daq-info",
22
+ # dest="daq_info",
23
+ # help="Display DAQ-info",
24
+ # default=False,
25
+ # action="store_true",
26
+ # )
28
27
 
29
28
  with ap.run() as x:
30
29
  x.connect()
@@ -1840,6 +1840,7 @@ class Master:
1840
1840
  self.logger.debug(f"Using seed and key DLL {self.seed_n_key_dll!r}.")
1841
1841
  result, key = getKey(
1842
1842
  self.logger,
1843
+ self.config.custom_dll_loader,
1843
1844
  self.seed_n_key_dll,
1844
1845
  resource_value,
1845
1846
  bytes(seed),
@@ -1,11 +1,12 @@
1
1
  #!/usr/bin/env python
2
2
  import datetime
3
- from enum import IntEnum
4
3
  import functools
5
4
  import operator
6
5
  import sys
7
6
  from binascii import hexlify
7
+ from enum import IntEnum
8
8
  from time import perf_counter, sleep
9
+ from typing import Any, List, Optional, Union
9
10
 
10
11
  import chardet
11
12
  import pytz
@@ -13,7 +14,7 @@ import pytz
13
14
  from pyxcp.cpp_ext.cpp_ext import TimestampInfo
14
15
 
15
16
 
16
- def hexDump(arr):
17
+ def hexDump(arr: Union[bytes | bytearray]):
17
18
  if isinstance(arr, (bytes, bytearray)):
18
19
  size = len(arr)
19
20
  try:
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