8000 GitHub - techbeast-org/opc-ua: Repository contains sample OPC UA server and OPC UA client async code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

techbeast-org/opc-ua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OPC UA Server and Client

This repository contains code for an OPC UA server and client written in Python.The server code is contained in server.py and the client code is contained in client.py.

Requirements

  • Python 3.x
  • OPC UA Python library (asyncua)

Usage

To run the OPC UA server:

Execute this Code in your Raspberry pi or any linux gateways.
  • pip install -r requirements.txt
  • Modify the IP address of your raspberry pi in the server.py code.
  • Execute the server.py

To run the OPC UA client:

This Code has to be run on the client side
  • pip install -r requirements.txt
  • Modify the IP address of your OPC UA Server in the client.py code.
  • Execute the client.py

About

Repository contains sample OPC UA server and OPC UA client async code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0