Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctron/kura-addons
Addons for Eclipse Kura™
https://github.com/ctron/kura-addons
Last synced: 4 days ago
JSON representation
Addons for Eclipse Kura™
- Host: GitHub
- URL: https://github.com/ctron/kura-addons
- Owner: ctron
- License: apache-2.0
- Created: 2016-09-27T08:49:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T08:43:56.000Z (about 2 years ago)
- Last Synced: 2024-10-20T09:49:28.576Z (24 days ago)
- Language: Java
- Homepage:
- Size: 300 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eclipse Kura Addons [![Build status](https://api.travis-ci.org/ctron/kura-addons.svg)](https://travis-ci.org/ctron/kura-addons) ![Maven Central](https://img.shields.io/maven-central/v/de.dentrassi.kura.addons/kura-addons.svg)
This repository hosts a few addons for [Eclipse Kura™](https://eclipse.org/kura "Link to Eclipse Kura™").
Also see: https://dentrassi.de/kura-addons/
## Compile it yourself
In order to compile all bundles yourself, simply clone this repository and issue the following command:
~~~sh
mvn clean install
~~~This should build you all modules which also got uploaded to Maven Central.
In order to build other addons just change into the directory and issue `mvn install` manually:
~~~sh
cd examples
mvn clean install
~~~## Addons
### Apache FileInstall
Allows to dynamically load additional OSGi bundles from the file system.
### Camel AMQP
Provides the Camel AMQP endpoint.
### Camel Milo – OPC UA
Provides the Camel OPC UA server and client endpoint.
### Camel Paho – MQTT
Provides the Camel MQTT endpoint.
### Camel SNMP
Provides the Camel SNMP endpoint.
### Camel Eclipse NeoSCADA
Provides the Camel NeoSCADA endpoint.
### Camel Groovy
Provides the Camel Groovy language extension.
### Camel HTTP
Provides the Camel HTTP4 endpoint.
### Camel IEC 60870-5-104
Provides the Camel IEC 60870-5-104 server and client endpoint.
### Camel Jetty
Provides the Camel Jetty endpoint.
### Camel Swagger
Provides Camel Swagger support.
### Camel Weather
Provides the Camel OpenWeather endpoint.
### ConfigAdmin
Provide Gogo shell commands for interacting with the OSGi ConfigAdmin.
**Note:** This OSGi ConfigAdmin is something different than the Kura Config Service.### JMX
Provies an OSGi JMX Management Model Specification implementation, backed by Apache Aries.
### Jolokia
Provides the Jolokia JMX remote API. Including a configurable component for Kura.