https://github.com/ctron/de.dentrassi.camel.milo
This component is now available in Camel 2.19.0
https://github.com/ctron/de.dentrassi.camel.milo
camel-component karaf milo opc-ua
Last synced: 5 months ago
JSON representation
This component is now available in Camel 2.19.0
- Host: GitHub
- URL: https://github.com/ctron/de.dentrassi.camel.milo
- Owner: ctron
- License: apache-2.0
- Archived: true
- Created: 2016-07-07T09:56:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T08:23:58.000Z (about 9 years ago)
- Last Synced: 2025-07-09T02:20:39.941Z (11 months ago)
- Topics: camel-component, karaf, milo, opc-ua
- Language: Java
- Homepage: https://camel.apache.org
- Size: 178 KB
- Stars: 7
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Note:** This component is now available in Apache Camel 2.19.0 out of the box. This repository will no longer be maintained. If you want the most recent version, please switch to Apache Camel.
# Apache Camel™ OPC UA Component [](https://travis-ci.org/ctron/de.dentrassi.camel.milo) [](https://search.maven.org/#search|ga|1|g%3A%22de.dentrassi.camel.milo%22%20AND%20a%3A%22camel-milo%22)
This is an Apache Camel component for providing OPC UA client and server functionality based on Eclipse Milo™.
## Install into Karaf
To install `camel-milo` into a Karaf 4+ container run the following commands inside the Karaf shell:
feature:repo-add mvn:org.apache.camel.karaf/apache-camel/2.18.0/xml/features
feature:repo-add mvn:de.dentrassi.camel.milo/feature/0.1.1/xml/features
feature:install camel-milo
If you want to install use a different version of Camel, this is possible by selecting a different Camel
feature version:
feature:repo-add mvn:org.apache.camel.karaf/apache-camel/2.17.0/xml/features
## Build your own
If you want to re-compile the component yourself try the following:
git clone https://github.com/ctron/de.dentrassi.camel.milo.git
cd de.dentrassi.camel.milo
mvn clean install
Et voilà … you have a Karaf archive (KAR) at `features/milo/target/milo-*.kar`
which contains a Karaf repository with all the dependencies that you need.