55 :target: https://gitter.im/pymodbus_dev/Lobby
66
77.. 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
99 :alt: Documentation Status
1010
1111============================================================
@@ -15,8 +15,9 @@ Summary
1515Pymodbus is a full Modbus protocol implementation using twisted for its
1616asynchronous communications core. It can also be used without any third
1717party 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+
2021
2122============================================================
2223Features
@@ -40,7 +41,7 @@ Server Features
4041 * TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary
4142 * asynchronous(powered by twisted) and synchronous versions
4243 * 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)
4445
4546============================================================
4647Use Cases
@@ -130,6 +131,7 @@ I get time doing such tasks as:
130131 * Architecture documentation
131132 * Functional testing against any reference I can find
132133 * The remaining edges of the protocol (that I think no one uses)
134+ * Asynchronous clients with support to tornado , asyncio
133135
134136------------------------------------------------------------
135137Development Instructions
0 commit comments