Skip to content

Commit a665921

Browse files
authored
New simulator is WIP, not to be used. (#2568)
1 parent 48ab8de commit a665921

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/source/simulator.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Simulator
22
=========
33

4+
**WORK IN PROGRESS, do NOT use**
5+
46
The simulator is a full fledged modbus server/simulator.
57

68
The purpose of the simulator is to provide support for client

examples/simulator_datamodel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env python3
22
"""Pymodbus simulator datamodel examples.
33
4+
**WORK IN PROGRESS, do NOT use**
5+
46
This example shows how to configure the simulator datamodel to mimic a real
57
device.
68

0 commit comments

Comments
 (0)