iot-edge-modbus/v1
Stephen Chen (ManPower) e691ee5cf4 [v1] fix issue #51 2018-07-24 15:59:13 +08:00
..
doc [update] rename v1 folder to lower case 2017-12-04 13:19:33 +08:00
modules [v1] fix issue #51 2018-07-24 15:59:13 +08:00
samples [update] rename v1 folder to lower case 2017-12-04 13:19:33 +08:00
License.txt [update] rename v1 folder to lower case 2017-12-04 13:19:33 +08:00
README.md [update] rename v1 folder to lower case 2017-12-04 13:19:33 +08:00

README.md

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments

Beta Azure IoT Gateway Modbus Module

Using this module, developers can build Azure IoT Gateway solutions with Modbus connectivity. The Modbus module is a Azure IoT Gateway SDK module, capable of reading data from Modbus devices and publish the data to the Azure IoT Hub via a message broker. Developers can modify the module tailoring to any scenario.

Visit http://azure.com/iotdev to learn more about developing applications for Azure IoT.

Azure IoT Gateway SDK compatibility

Current version of the module is targeted for the Azure IoT Gateway SDK 2017-01-13 version. Use the following script to download the compatible version Azure IoT Gateway SDK.

git clone -b "2017-01-13" --recursive https://github.com/Azure/azure-iot-gateway-sdk.git

Operating system compatibility

Refer to Azure IoT Gateway SDK

Hardware compatibility

Refer to Azure IoT Gateway SDK

Directory structure

/doc

This folder contains step by step instructions for building and running the sample:

General documentation

  • Dev box setup contains instructions for configure your machine to build the Azure IoT Gateway Modbus module.

Samples

  • modbus sample contains step by step instructions for building and running the modbus sample.

/samples

This folder contains a sample for the Azure IoT Gateway Modbus module. Step by step instructions for building and running the sample can be found at sample_modbus.md.

/modules

This folder contains the Modbus module that could be included with the Azure IoT Gateway SDK. Details on the implementation of the module can be found in the devdoc folder.