Giter Site home page Giter Site logo

binarypunch / node-opcua Goto Github PK

View Code? Open in Web Editor NEW

This project forked from node-opcua/node-opcua

0.0 1.0 0.0 23.39 MB

an implementation of a OPC UA stack fully written in javascript and nodejs - http://node-opcua.github.io/

License: MIT License

JavaScript 32.91% Makefile 0.02% Batchfile 0.02% XSLT 0.07% Shell 0.17% TypeScript 66.80%

node-opcua's Introduction

node-opcua

an implementation of a OPC UA stack fully written in javascript and nodejs

NPM download NPM version Build Status Build status HitCount lerna

Coverage Status Code Climate

OPC UA Gitter chat

Node-opcua is an full OPC-UA stack written in NodeJS.

Why NodeJS ?

Because nodeJs is a great framework to design asynchronous application.

Getting started

installing node-opcua as a node package

$ mkdir mytest
$ cd mytest
$ npm init 
$ npm install node-opcua --unsafe-perms
$ # create your first app.js file !

installing node-opcua samples as a node package

    $ mkdir myserver
    $ cd myserver
    $ npm init
    $ npm install node-opcua-samples --unsafe-perms
    $ ./node_modules/.bin/simple_server

or

    $ ./node_modules/.bin/simple_client  -e "opc.tcp://opcserver.mAutomation.net:4841" -n="ns=1;s=EVR2.system.RTC_SEC"

installing node-opcua from source

running the demo server from source

 $ git clone https://github.com/node-opcua/node-opcua.git
 $ cd node-opcua
 $ npm install
 $ node packages/node-opcua-samples/bin/simple_server

running the demo client from source

 $ git clone https://github.com/node-opcua/node-opcua.git
 $ cd node-opcua
 $ npm install
 $ node packages/node-opcua-samples/bin/simple_client.js -e "opc.tcp://opcserver.mAutomation.net:4841" -n="ns=1;s=EVR2.system.RTC_SEC"

Tutorials

API Documentation

Minimum nodejs requirement

  • nodejs version 8.16 or above

Contributing

$ git clone git://github.com/node-opcua/node-opcua.git
$ cd node-opcua
$ npm install
$ npm test

Supporting the project

If you like the project, please consider sponsoring the author ๐Ÿบ ๐ŸŽ‰ ,

This will give us full of motivation to carry on and keep working on the roadmap.

NPM

Project Stats

Getting commercial support

To get commercial support, please contact sterfive

Supported Features

Service
Discovery Service Set
FindServers() โœ…
GetEndpoints() โœ…
RegisterServer() โœ…
RegisterServer2() โœ…
FindServersOnNetwork() โœ…
Secure Channel Service Set
OpenSecureChannel() โœ…
CloseSecureChannel() โœ…
Session Service Set
CreateSession() โœ…
CloseSession() โœ…
ActivateSession() โœ…
Cancel()
View Service Set
Browse() โœ…
BrowseNext() โœ…
TranslateBrowsePathsToNodeIds() โœ…
RegisterNodes() โœ…
UnregisterNodes() โœ…
Attribute Service Set
Read() โœ…
Write() โœ…
HistoryRead() ๐ŸŒ’
HistoryUpdate() ๐ŸŒ’
MonitoredItems Service Set
CreateMonitoredItems() โœ…
ModifyMonitoredItems() โœ…
SetMonitoringMode() โœ…
SetTriggering() ๐ŸŒ‘
DeleteMonitoredItems() โœ…
Subscription Service Set
CreateSubscription() โœ…
ModifySubscription() โœ…
DeleteSubscriptions() โœ…
Publish() โœ…
Republish() โœ…
TransferSubscriptions() โœ…
Node Management Service Set
AddNodes() ๐ŸŒ‘
AddReferences() ๐ŸŒ‘
DeleteNodes() ๐ŸŒ‘
DeleteReferences() ๐ŸŒ‘
Query Service Set
QueryFirst() ๐ŸŒ‘
QueryNext() ๐ŸŒ‘
Transport Protocol
Transport Status Comment
UA-TCP UA-SC UA Binary โœ… OPC.TCP - Binary
SOAP-HTTP WS-SC UA Binary ๐ŸŒ‘ HTTP/HTTPS - Binary
SOAP-HTTP WS-SC UA XML ๐ŸŒ‘
SOAP-HTTP WS-SC UA XML-UA Binary ๐ŸŒ‘
Security Policies
Policy Status Comment
None โœ…
Basic128Rsa15 โœ…
Basic256 โœ…
Basic256Sha256 โœ…
Authentication Status Comment
Anonymous โœ…
User Name Password โœ…
X509 Certificate โœ… in version 2.0.x (sponsored)
client facets
Base Client Behaviour โœ…
AddressSpace Lookup โœ…
Attribute Read โœ…
DataChange Subscription โœ…
DataAccess โœ…
Discovery โœ…
Event Subscription โœ…
Method call โœ…
Historical Access ๐ŸŒ“
Advanced Type โœ…
Programming ๐ŸŒ‘
Auditing ๐ŸŒ“
Redundancy ๐ŸŒ‘ Sponsors wanted
server profiles
Core Server โœ…
Data Access Server โœ…
Embedded Server โœ…
Nano Embedded Device Server โœ…
Micro Embedded Device Server โœ…
Standard DataChange Subscription Server โœ…
Standard Event Subscription Server โœ…
Standard UA Server โœ…
Redundancy Transparent Server ๐ŸŒ‘ Sponsors wanted
Redundancy Visible Server ๐ŸŒ‘ Sponsors wanted
Node Management Server ๐ŸŒ‘ Sponsors wanted
Auditing Server ๐ŸŒ“
Complex Type Server ๐ŸŒ“ Sponsors wanted
Session Diagnostics โœ… (sponsored)
Subscription Diagnostics โœ… (sponsored)
Alarms & Conditions โœ… (sponsored)
Pub & Sub ๐ŸŒ‘ Sponsors wanted

Road-map

This are the item we would like to achieve in the next version of the API.

  • improved documentation
  • Compliance testing and certification (CTT)
  • more tutorials

Feedback

  • if you're using node-opcua in one of your project, please feel free to leave a comment and a quick description in the wiki

  • if you have a particular wish or found a issue, let us known and create an issue

node-opcua's People

Contributors

agarciagan avatar aguegu avatar allatrue avatar beppemarazzi avatar enobufs avatar erossignon avatar everhardt avatar gilesbradshaw avatar glumb avatar hanskhe avatar huazh avatar janschatz avatar jdecuyper avatar jugglingcats avatar kubat avatar marcelwinh avatar mathias-luedtke avatar mdameda avatar michikuehne avatar pabraigm avatar patricia-dm avatar perok avatar rashandan avatar razzeee avatar roccomuso avatar sphire avatar stevewillard avatar tomsoftware avatar vincentgijsen avatar zombinary avatar

Watchers

 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.