GithubHelp home page GithubHelp logo

happy-ferret / gopcua Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gopcua/opcua

0.0 2.0 0.0 3.88 MB

[WIP] Simple OPC UA implementation in Go Programming Language

License: MIT License

Go 100.00%

gopcua's Introduction

gopcua

CircleCI

GoDoc GitHub

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

Disclaimer

THIS IS STILL EXPERIMENTAL PROJECT, ANY IMPLEMENTATION INCLUDING EXPORTED APIs MAY CHANGE DRASTICALLY IN THE FUTURE

Quickstart

See example directory for sample codes.

Run

git clone [email protected]:wmnsk/gopcua.git
cd examples/sender
go run sender.go --ip <dst IP> --port <dst Port> --url "opc.tcp://endpoint.example/gopcua/server"

Roadmap

(To be written more precisely...)

  • Protocol definitions
    • OPC UA Connection Protocol
      • Interface to handle all messages
      • Header
      • Hello
      • Acknowledge
      • Error
      • Reverse Hello
    • OPC UA Secure Conversation
      • Message header
      • Asymmetric algorithm Security header
      • Symmetric algorithm Security header
      • Sequence header
      • Message footer
    • Service Implementation
      • Interface to handle all services
      • Open Secure Channel Request / Response
      • Close Secure Channel Request / Response
      • Get Endpoints Request / Response
      • Create Session Request / Response
      • Activate Session Request / Response
      • XXX...
  • State Machine
    • Implement net.Conn
    • XXX...
  • Others
    • Documentation (improve GoDoc, README)
    • Integrated way to handle common errors
    • XXX...

Author

Yoshiyuki Kurauchi (GitHub / Twitter)

BMC

License

MIT

gopcua's People

Contributors

wmnsk avatar zemirco avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.