Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-opcua

Contents
========
* 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
=====