Skip to content

quara-dev/go-opcua-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC-UA PLaygroud

Objectives

  1. Learn how to use the Go language
  2. Lean how to use the gopcua library
  3. Learn how to use nats.go library

Steps

  1. Run a basic OPC-UA server

  2. Run a basic OPC-UA client that will read a value from the server

  3. Run a basic OPC-UA client that will write a value to the server

Install

  1. Install go:
sudo add-apt-repository ppa:longsleep/golang-backports
sudo apt update
sudo apt install golang-go
  1. Build the server:
go build ./cmd/server
  1. Build the client:
go build ./cmd/client

Run

  1. Run the server:
./server
  1. Run the client:
./client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages