5
5
:target: https://gitter.im/pymodbus_dev/Lobby
6
6
7
7
.. image :: https://readthedocs.org/projects/pymodbus-n/badge/?version=latest
8
- :target: http://pymodbus-n .readthedocs.io/en/latest/?badge=latest
8
+ :target: http://pymodbus.readthedocs.io/en/latest/?badge=latest
9
9
:alt: Documentation Status
10
10
11
11
============================================================
@@ -15,8 +15,9 @@ Summary
15
15
Pymodbus is a full Modbus protocol implementation using twisted for its
16
16
asynchronous communications core. It can also be used without any third
17
17
party dependencies (aside from pyserial) if a more lightweight project is
18
- needed. Furthermore, it should work fine under any python version > 2.3
19
- with a python 3.0 branch currently being maintained as well.
18
+ needed. Furthermore, it should work fine under any python version > 2.7
19
+ (including python 3+)
20
+
20
21
21
22
============================================================
22
23
Features
@@ -40,7 +41,7 @@ Server Features
40
41
* TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary
41
42
* asynchronous(powered by twisted) and synchronous versions
42
43
* Full server control context (device information, counters, etc)
43
- * A number of backing contexts (database, redis, a slave device)
44
+ * A number of backing contexts (database, redis, sqlite, a slave device)
44
45
45
46
============================================================
46
47
Use Cases
@@ -130,6 +131,7 @@ I get time doing such tasks as:
130
131
* Architecture documentation
131
132
* Functional testing against any reference I can find
132
133
* The remaining edges of the protocol (that I think no one uses)
134
+ * Asynchronous clients with support to tornado , asyncio
133
135
134
136
------------------------------------------------------------
135
137
Development Instructions
0 commit comments