We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the modbus-simulator wiki!
$ git clone https://github.com/riptideio/modbus-simulator.git $ cd modbus-simulator
create virtualenv and install requirements
$ # Kivy depends on Cython, Install Cython before running the requirements $ pip install Cython==0.25.2 $ pip install -r requirements $ # Choose Modbus Backend modbus_tk or pymodbus (default) $ # To install pymodbus $ pip install pymodbus==1.5.2 $ # To install modbus tk $ Pip install modbus-tk
Refer kivy Installation
Cython Requirements
Setup development environment
Start the App with ./tools/launcher
./tools/launcher