Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:kbeaugrand-org/iotedge-plc-publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Sep 19, 2022
2 parents 42adfd7 + 6be9652 commit cd6f536
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use the module, you need to deploy the following Azure IoT Edge module:
"PlcPublisher": {
"restartPolicy": "always",
"settings": {
"image": "ghcr.io/kbeaugrand/azure-iotedge-plc-publisher:latest",
"image": "ghcr.io/kbeaugrand-org/azure-iotedge-plc-publisher:latest",
"createOptions": "{}"
},
"status": "running",
Expand Down Expand Up @@ -128,6 +128,10 @@ The module accepts the following properties in the module twin:
}
```

## Credits

This project leverages on [https://github.com/libplctag/libplctag.NET](https://github.com/libplctag/libplctag.NET) to provide connectivity to the PLC devices.

## License

This project is licensed under the MIT License (see [./LICENSE.md](LICENSE.md)) for more details.

0 comments on commit cd6f536

Please sign in to comment.