Skip to content

Commit

Permalink
Update OPC modules in README.md
Browse files Browse the repository at this point in the history
Rename OPC-UA Client to OPC Publisher and update repo URL + target version, add OPC Proxy, clean up formatting.
  • Loading branch information
damonbarry committed May 10, 2017
1 parent d6873e4 commit c13ef04
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit c13ef04

Please sign in to comment.