qlsdk2 0.6.0a1__tar.gz → 0.6.0a2__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.
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/PKG-INFO +7 -11
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/README.md +5 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/setup.py +1 -1
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/c256_rs.py +5 -3
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk2.egg-info/PKG-INFO +7 -11
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/setup.cfg +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/ar4/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/ar4m/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/crc/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/crc/crctools.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/device.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/entity/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/exception.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/filter/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/filter/norch.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/local.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/message/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/message/command.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/message/tcp.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/message/udp.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/network/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/network/monitor.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/core/utils.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/entity/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/entity/message.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/entity/signal.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/analyzer.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/collector.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/device.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/parser.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/stimulator.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/interface/store.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/persist/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/persist/ars_edf.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/persist/edf.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/persist/rsc_edf.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/persist/stream.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/command/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/arskindling.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/base.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/c16_rs.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/c64_rs.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/c64s1.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/device/device_factory.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/eegion.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/entity.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/interface/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/interface/command.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/interface/device.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/interface/handler.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/interface/parser.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/manager/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/manager/container.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/manager/search.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/network/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/network/discover.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/paradigm.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/parser/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/parser/base-new.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/parser/base.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/parser/rsc.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/rsc/proxy.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/sdk/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/sdk/ar4sdk.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/sdk/hub.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/sdk/libs/libAr4SDK.dll +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/sdk/libs/libwinpthread-1.dll +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/x8/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk/x8m/__init__.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk2.egg-info/SOURCES.txt +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk2.egg-info/dependency_links.txt +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk2.egg-info/requires.txt +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/src/qlsdk2.egg-info/top_level.txt +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/test/test.222.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/test/test.py +0 -0
- {qlsdk2-0.6.0a1 → qlsdk2-0.6.0a2}/test/test_ar4m.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: qlsdk2
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.0a2
|
|
4
4
|
Summary: SDK for quanlan device
|
|
5
5
|
Home-page: https://github.com/hehuajun/qlsdk
|
|
6
6
|
Author: hehuajun
|
|
@@ -16,15 +16,11 @@ Requires-Dist: bitarray>=1.5.3
|
|
|
16
16
|
Provides-Extra: dev
|
|
17
17
|
Requires-Dist: pytest>=6.0; extra == "dev"
|
|
18
18
|
Requires-Dist: twine>=3.0; extra == "dev"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Dynamic: home-page
|
|
25
|
-
Dynamic: requires-dist
|
|
26
|
-
Dynamic: requires-python
|
|
27
|
-
Dynamic: summary
|
|
19
|
+
|
|
20
|
+
## **v0.6.0 (2025-xx-xx)
|
|
21
|
+
#### 新设备
|
|
22
|
+
- C256RS设备
|
|
23
|
+
|
|
28
24
|
|
|
29
25
|
## **v0.5.1.1** (2025-08-24)
|
|
30
26
|
#### 🐛 Bug Fixed
|
|
@@ -12,8 +12,9 @@ from qlsdk.rsc.command import *
|
|
|
12
12
|
from qlsdk.rsc.device.base import QLBaseDevice
|
|
13
13
|
|
|
14
14
|
class C256RS(QLBaseDevice):
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
# C256RS设备类型标识符
|
|
16
|
+
device_type_001 = 0x51
|
|
17
|
+
device_type = 0x45
|
|
17
18
|
|
|
18
19
|
def __init__(self, socket):
|
|
19
20
|
super().__init__(socket)
|
|
@@ -355,4 +356,5 @@ class C256RS(QLBaseDevice):
|
|
|
355
356
|
return hash((self.device_name, self.device_type, self.device_id))
|
|
356
357
|
|
|
357
358
|
|
|
358
|
-
DeviceFactory.register(C256RS.device_type, C256RS)
|
|
359
|
+
DeviceFactory.register(C256RS.device_type, C256RS)
|
|
360
|
+
DeviceFactory.register(C256RS.device_type_001, C256RS)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: qlsdk2
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.0a2
|
|
4
4
|
Summary: SDK for quanlan device
|
|
5
5
|
Home-page: https://github.com/hehuajun/qlsdk
|
|
6
6
|
Author: hehuajun
|
|
@@ -16,15 +16,11 @@ Requires-Dist: bitarray>=1.5.3
|
|
|
16
16
|
Provides-Extra: dev
|
|
17
17
|
Requires-Dist: pytest>=6.0; extra == "dev"
|
|
18
18
|
Requires-Dist: twine>=3.0; extra == "dev"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
Dynamic: home-page
|
|
25
|
-
Dynamic: requires-dist
|
|
26
|
-
Dynamic: requires-python
|
|
27
|
-
Dynamic: summary
|
|
19
|
+
|
|
20
|
+
## **v0.6.0 (2025-xx-xx)
|
|
21
|
+
#### 新设备
|
|
22
|
+
- C256RS设备
|
|
23
|
+
|
|
28
24
|
|
|
29
25
|
## **v0.5.1.1** (2025-08-24)
|
|
30
26
|
#### 🐛 Bug Fixed
|
|
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
|