Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 347 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 347 Bytes

This sample attempts to connect to a discovery server url and find servers from it.

Run the sample via cargo run and it will attempt to connect to opc.tcp://localhost:4840/ and query the endpoints it finds.

If you want to query another discovery server, then pass the url on the command line like so cargo run -- --url opc.tcp://foo:4840/.