forked from Azure/iot-edge-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename OPC-UA Client to OPC Publisher and update repo URL + target version, add OPC Proxy, clean up formatting.
- Loading branch information
1 parent
d6873e4
commit c13ef04
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,14 +52,15 @@ The fastest way to setup your development environment to start writing modules i | |
## Featured Modules | ||
Other people are creating modules for Azure IoT Edge too! See the **More information** link for | ||
a module to find out how to get it, who supports it, etc. | ||
>| Name | More information | Targets Azure IoT Edge version | | ||
>|---------------|---------------------------------------------|--------------------------------| | ||
>| Modbus | https://github.com/Azure/iot-gateway-modbus | 2017-01-13 | | ||
>| OPC-UA Client | https://github.com/Azure/iot-gateway-opc-ua | 2016-11-18 | | ||
>| GZip Compression (NodeJS) | https://github.com/Azure/iot-gateway-compression-gzip-nodejs | 2016-12-16 | | ||
>| Proficy Historian | https://github.com/azure-samples/iot-gateway-proficy-historian | 2017-01-13 | | ||
>| SQLite | https://github.com/Azure/iot-gateway-sqlite | 2017-01-13 | | ||
>| Batch/Shred (NodeJS) | https://github.com/Azure/iot-gateway-batch-nodejs | 2017-01-13 | | ||
>| Name | More information | Targets IoT Edge version | | ||
>|-------------------|----------------------------------------------------------------|--------------------------| | ||
>| OPC Publisher | https://github.com/Azure/iot-edge-opc-publisher | 2017-04-27 | | ||
>| OPC Proxy | https://github.com/Azure/iot-edge-opc-proxy | 2017-04-27 | | ||
>| Modbus | https://github.com/Azure/iot-gateway-modbus | 2017-01-13 | | ||
>| GZip Compression | https://github.com/Azure/iot-gateway-compression-gzip-nodejs | 2016-12-16 | | ||
>| Proficy Historian | https://github.com/azure-samples/iot-gateway-proficy-historian | 2017-01-13 | | ||
>| SQLite | https://github.com/Azure/iot-gateway-sqlite | 2017-01-13 | | ||
>| Batch/Shred | https://github.com/Azure/iot-gateway-batch-nodejs | 2017-01-13 | | ||
We'd love to feature your module here! See our [Contribution guidelines](Contributing.md) for | ||
more info. | ||
|
@@ -127,4 +128,4 @@ This is the default folder that cmake will place the output from our build scrip | |
always has the final say about the destinaiton of build output by creating a folder, navigating to | ||
it, and then running cmake from there. Detailed instructions are contained in each sample doc. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments | ||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments |