A control server

A falcon server to control modbus device.

Usage:

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