Skip to content

jicampos/opcua-on-raspberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opcua-on-raspberrypi

Requirements

Server and Client require the following to run:

Installation

git clone https://github.com/jicampos/opcua-on-raspberrypi.git
cd opcua-on-raspberrypi
pip install -r requirements.txt

Getting Started

Server

python opcua_server.py --ip 0.0.0.0 --port 4840 --serial-port /dev/ttyUSB0

Client

Run command line interface

python opcua_client.py --ip 0.0.0.0 --port 4840

Execute list of commands from input file

python opcua_client.py --ip 0.0.0.0 --port 4840 --file commands.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages