opcua-lua
  • Client
  • Server
    • Getting Started with client
    • Configuration table
    • Exporting Device Data
    • XML Models
    • Server side authentication
    • OPCUA Server Project Code Generator
    • HTTP Server
    • Server API
  • Examples
  • Address Space API
  • Publish Subscribe API
  • Logging subsystem
  • Secure Policy
  • Application Certificate
  • Data Types
  • OPCUA WTF
opcua-lua
  • Server
  • View page source

Server

  • Getting Started with client
    • Creating a Server
    • Adding Nodes on server
    • Starting the Server
    • Stopping the Server
  • Configuration table
  • Exporting Device Data
    • Value Callback
      • callback()
    • Writing Callback Parameters
    • Reading Callback Parameters
    • Error reporting
    • Custom data source example
  • XML Models
    • Loading XML models
    • Export XML models
  • Server side authentication
    • Identity token policies
    • Authentication callback
    • Anonymous token
    • User Name and password
    • X509 user certificate
    • Issued tokens
  • OPCUA Server Project Code Generator
    • Initializing a server
  • HTTP Server
    • Example
  • Server API
    • Server Constructor
      • ua.newServer()
      • Server default configuration
      • Server custom configuration
    • server:initialize
    • server:run
    • server:shutdown
    • server:addNodes
    • server:browse
    • server:read
    • server:write
    • server:setValueCallback
    • server:setWritehook
      • writeHook()
    • server:loadXmlModels
    • server:createNamespace
    • server:exportXmlModels
Previous Next

© Copyright 2025, Real Time Logic.

Built with Sphinx using a theme provided by Read the Docs.