Skip to content
dhoomakethu edited this page Sep 12, 2018 · 2 revisions

Welcome to the modbus-simulator wiki!

Install

Checking Out the Source

$ git clone https://github.com/riptideio/modbus-simulator.git
$ cd modbus-simulator

Development Instructions

  1. 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

  2. Setup development environment

Quick Start

Start the App with ./tools/launcher

Clone this wiki locally