A falcon server to control modbus device.
-
- change
conf/conf.toml
to suit your case
- change
-
cd fuxuan
- 3.
python app.py
to open your server -
- then Post json data to "http://yourip:yourport/control"
-
- json example
{'channel': 'TestTemperature', 'value': 69.0, 'control': True}
- json example