Skip to content

Commit

Permalink
Adding IoT Agent for OPC-UA to the release
Browse files Browse the repository at this point in the history
Merge branch 'master' into releases
  • Loading branch information
jason-fox committed Oct 25, 2018
2 parents 49fde80 + 7b23527 commit 7f24374
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,6 @@
[submodule "data-publication/ckan-extensions/data-requests"]
path = data-publication/ckan-extensions/data-requests
url = https://github.com/conwetlab/ckanext-datarequests.git
[submodule "iot-agents/iotagent-opcua"]
path = iot-agents/iotagent-opcua
url = https://github.com/Engineering-Research-and-Development/iotagent-opcua.git
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ context updates:
a bridge between the
[LoRaWAN](https://www.thethingsnetwork.org/docs/lorawan/) protocol and
NGSI
- [IoT Agent for OPC-UA](https://github.com/Engineering-Research-and-Development/iotagent-opcua) -
a bridge between the [OPC Unified Architecture](http://www.opcua.us/)
protocol and NGSI
- [IoT Agent library](https://github.com/telefonicaid/iotagent-node-lib/) -
library for developing your own IoT Agent.

Expand Down
26 changes: 24 additions & 2 deletions iot-agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ IoT Agent accepting COAP requests.
This IoT Agent is designed to be a bridge between the
[OMA](https://www.omaspecworks.org/)
[Lightweight M2M](https://www.omaspecworks.org/what-is-oma-specworks/iot/lightweight-m2m-lwm2m/)
and protocol and the
protocol and the
[NGSI](https://swagger.lab.fiware.org/?url=https://raw.githubusercontent.com/Fiware/specifications/master/OpenAPI/ngsiv2/ngsiv2-openapi.json)
interface. It follows the standard interaction model defined in the
[IoT Agent Framework Library](https://iotagent-node-lib.rtfd.io).
Expand All @@ -209,9 +209,31 @@ The **IoT Agent for LightWeight Machine2Machine** project is part of
![ ](https://img.shields.io/badge/dynamic/json.svg?label=Performance&url=https://fiware.github.io/catalogue/json/iotagent_LWM2M.json&query=$.performance&colorB=blue)
![ ](https://img.shields.io/badge/dynamic/json.svg?label=Stability&url=https://fiware.github.io/catalogue/json/iotagent_LWM2M.json&query=$.stability&colorB=blue)

## :new: IoT Agent for OPC UA (Incubated)

[![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/iot-agents.svg)](https://www.fiware.org/developers/catalogue/)
![License](https://img.shields.io/github/license/Engineering-Research-and-Development/iotagent-opcua.svg)

- [Git Repository](https://github.com/Engineering-Research-and-Development/iotagent-opcua)
- [Docker Hub](https://hub.docker.com/r/beincpps/opcuaage)
- [Documentation](https://iotagent-opcua.rtfd.io)

IoT Agent accepting data from OPC UA devices.

This IoT Agent is designed to be a bridge between the
[OPC Unified Architecture](http://www.opcua.us/) protocol and the
[NGSI](https://swagger.lab.fiware.org/?url=https://raw.githubusercontent.com/Fiware/specifications/master/OpenAPI/ngsiv2/ngsiv2-openapi.json)
interface. It follows the standard interaction model defined in the
[IoT Agent Framework Library](https://iotagent-node-lib.rtfd.io).

### Quality Assurance

The **IoT Agent for OPC-UA** project is a new component within
[FIWARE](https://fiware.org/) and will be rated in the current release

---

## Open MTC (Incubated)
## :seedling: Open MTC (Incubated)

[![](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/iot-agents.svg)](https://www.fiware.org/developers/catalogue/)
![License](https://img.shields.io/github/license/OpenMTC/OpenMTC.svg)
Expand Down
1 change: 1 addition & 0 deletions iot-agents/iotagent-opcua
Submodule iotagent-opcua added at fbf151
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ findRelease iot-agents/iotagent-lightweightM2M telefonicaid/lightweightm2m-iotag
findRelease iot-agents/iotagent-node-lib telefonicaid/iotagent-node-lib 2.7.0
findRelease iot-agents/iotagent-LoRaWAN Atos-Research-and-Innovation/IoTagent-LoRaWAN 0.1.0
findRelease iot-agents/iotagent-json telefonicaid/iotagent-json 1.8.0
findRelease iot-agents/iotagent-opcua Engineering-Research-and-Development/iotagent-opcua 1.0.0

findRelease iot-agents/OpenMTC OpenMTC/OpenMTC v1.1.0
findRelease robotics/Fast-RTPS eProsima/Fast-RTPS v1.6.0
findRelease processing/domibus edelivery/domibus 4.0
Expand Down

0 comments on commit 7f24374

Please sign in to comment.