Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielmbmb/iota-opcua
🌉 Bridge IoT Agent between NGSI and OPC UA
https://github.com/gabrielmbmb/iota-opcua
fiware fiware-iot-agents ngsi opcua orion orion-context-broker
Last synced: 15 days ago
JSON representation
🌉 Bridge IoT Agent between NGSI and OPC UA
- Host: GitHub
- URL: https://github.com/gabrielmbmb/iota-opcua
- Owner: gabrielmbmb
- License: gpl-3.0
- Created: 2020-02-12T15:03:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T07:50:42.000Z (over 4 years ago)
- Last Synced: 2024-12-01T22:30:29.044Z (27 days ago)
- Topics: fiware, fiware-iot-agents, ngsi, opcua, orion, orion-context-broker
- Language: JavaScript
- Homepage:
- Size: 595 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
================
OPC UA IoT Agent
================|travis-badge| |codecov-badge|
Bridge between the NGSI and OPC UA protocols. This agent allows the
communication with a device that implements an OPC UA server, making possible
to read data and dump it to the Orion Context Broker as well as sending
commands to the device.**Warning:** this is not the official OPC UA IoT Agent of the FIWARE catalog.
The official can be found here_... _here: https://github.com/Engineering-Research-and-Development/iotagent-opcua
.. |travis-badge| image:: https://travis-ci.com/gabrielmbmb/iota-opcua.svg?token=Ym8dypMsw2NFNbxtSMrV&branch=master
:target: https://travis-ci.com/gabrielmbmb/iota-opcua
.. |codecov-badge| image:: https://codecov.io/gh/gabrielmbmb/iota-opcua/branch/master/graph/badge.svg?token=e4Gw0zL3iN
:target: https://codecov.io/gh/gabrielmbmb/iota-opcuaContents
========
* Background_
* Features_
* Install_
* Usage_.. _Background:
Background
==========.. _Features:
Features
========- **[X]** Create connection with OPC UA server dinamically via API
- **[X]** Load devices from registry
- **[ ]** Create devices from configuration file
- **[X]** Create devices via API
- **[X]** Attribute automatic update in Orion Context Broker (active attribute)
- **[ ]** Attribute request update from Orion Context Broker (lazy attribute)
- **[ ]** Execute method in OPC UA Server requested by Orion Context Broker.. _Install:
Install
=======.. _Usage:
Usage
=====