forked from pymodbus-dev/pymodbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
33 lines (25 loc) · 1.1 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---------------------------------------------------------------------------
General
---------------------------------------------------------------------------
- make framer read header->read header.length
- add all modbus control into server
- add correct transaction handling (retry, fail, etc)
- Test/update examples
- update code to satisfy mypy
- get coverage > 98%
- clean raise to be at frame level
- solve "TO FIX" in code
---------------------------------------------------------------------------
Protocols
---------------------------------------------------------------------------
- Serial RTU -> just use sleep wait
- Write unittest for serial with virtual tty
- Example with custom framer based on standard framer
---------------------------------------------------------------------------
Utilities
---------------------------------------------------------------------------
- (tcp/udp/serial) forwarder
---------------------------------------------------------------------------
Client
---------------------------------------------------------------------------
- Rework transaction flow and response data