{"id":63301,"library":"gopcua-opcua","title":"OPC UA Go","description":"Provides easy and painless encoding/decoding of OPC UA protocol in pure Golang.","status":"active","version":"0.8.0","language":"go","source_language":null,"source_url":"https://github.com/gopcua/opcua","tags":["opcua","industrial","protocol","automation"],"install":[{"cmd":"go get github.com/gopcua/opcua","lang":"bash","label":"Install github.com/gopcua/opcua"}],"dependencies":[],"imports":[{"symbol":"opcua","correct":"github.com/gopcua/opcua"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gopcua/opcua\"\n)\n\nfunc main() {\n\tc := opcua.NewClient(\"opc.tcp://localhost:4840\")\n\tif err := c.Connect(context.Background()); err != nil {\n\t\tpanic(err)\n\t}\n\tdefer c.Close()\n\tfmt.Println(\"Connected to OPC UA server\")\n}","lang":"go","description":"Connects to an OPC UA server."},"warnings":[],"env_vars":null,"search_vec":"'autom':19 'easi':5 'encoding/decoding':8 'go':3 'golang':15 'industri':17 'opc':1,10 'opcua':16 'painless':7 'protocol':12,18 'provid':4 'pure':14 'ua':2,11","created_at":"2026-06-17T16:42:22.732043+00:00","updated_at":"2026-06-17T16:42:22.732043+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gopcua/opcua","github":"https://github.com/gopcua/opcua","docs":"https://pkg.go.dev/github.com/gopcua/opcua#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}