Skip to content

Commit 7f6e8f3

Browse files
authored
Update README.md
1 parent e782820 commit 7f6e8f3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OPCModbusUAServer
22

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

55
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.
66

@@ -121,4 +121,15 @@ local.json:
121121
}
122122
]
123123
}
124-
````
124+
````
125+
126+
# Docker compose sample
127+
128+
````bash
129+
git clone https://github.com/BoBiene/OPCModbusUAServer.git
130+
cd sample
131+
docker-compose up
132+
````
133+
134+
use ``opc.tcp://localhost:8080/ModbusServer`` to connect to the Modbus OPC UA Server:
135+
![image](https://user-images.githubusercontent.com/23037659/133920479-1df8e2e6-b9b6-428c-9310-e049fee46f46.png)

0 commit comments

Comments
 (0)