Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBiene authored Sep 19, 2021
1 parent e782820 commit 7f6e8f3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OPCModbusUAServer

![An OPC server](https://github.com/minaandrawos/OPCModbusUAServer/blob/master/opc%20basics%20cropped.png)
![An OPC server](./opc%20basics%20cropped.png)

An open source OPC UA server for Modbus TCP devices. The project makes use of the powerful open source NodeOPCUA (http://node-opcua.github.io/) package, combined with the jsmodbus (https://github.com/Cloud-Automation/node-modbus) package to build the OPC server.

Expand Down Expand Up @@ -121,4 +121,15 @@ local.json:
}
]
}
````
````

# Docker compose sample

````bash
git clone https://github.com/BoBiene/OPCModbusUAServer.git
cd sample
docker-compose up
````

use ``opc.tcp://localhost:8080/ModbusServer`` to connect to the Modbus OPC UA Server:
![image](https://user-images.githubusercontent.com/23037659/133920479-1df8e2e6-b9b6-428c-9310-e049fee46f46.png)

0 comments on commit 7f6e8f3

Please sign in to comment.