2.2 KiB
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.