Registry / networking / gopcua-opcua

gopcua-opcua

JSON →
library0.8.0gogounverified

Provides easy and painless encoding/decoding of OPC UA protocol in pure Golang.

go get github.com/gopcua/opcua
INSTALL
IMPORT
SIG · GOPCUA-OPCUA
G
gopcua-opcua
networkinggov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

opcua
github.com/gopcua/opcua

Connects to an OPC UA server.

package main import ( "fmt" "github.com/gopcua/opcua" ) func main() { c := opcua.NewClient("opc.tcp://localhost:4840") if err := c.Connect(context.Background()); err != nil { panic(err) } defer c.Close() fmt.Println("Connected to OPC UA server") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gopcua-opcua — go get gopcua-opcua · libregistry