https://github.com/ctron/de.dentrassi.camel.iec60870
An Apache Camel component for IEC 60870
https://github.com/ctron/de.dentrassi.camel.iec60870
Last synced: 11 months ago
JSON representation
An Apache Camel component for IEC 60870
- Host: GitHub
- URL: https://github.com/ctron/de.dentrassi.camel.iec60870
- Owner: ctron
- License: apache-2.0
- Created: 2016-12-02T17:02:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T08:24:43.000Z (about 6 years ago)
- Last Synced: 2025-04-21T03:41:43.167Z (about 1 year ago)
- Language: Java
- Homepage: https://camel.apache.org/components/latest/iec60870-client-component.html
- Size: 67.4 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Camel™ IEC 60870 Component [](https://travis-ci.org/ctron/de.dentrassi.camel.iec60870) [](https://search.maven.org/#search|ga|1|g%3A%22de.dentrassi.camel.iec60870%22%20AND%20a%3A%22camel-iec60870%22)
---
**Note:** This component has been contributed to Apache Camel: https://camel.apache.org/components/latest/iec60870-client-component.html. This repository is only here for the sake of history. Further development will happen at Apache Camel.
---
This is an Apache Camel component for providing IEC 60870 client and server functionality based on Eclipse NeoSCADA™.
## Install into Karaf
To install `camel-iec60870` 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.iec60870/feature/0.1.1/xml/features
feature:install camel-iec60870
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.iec60870.git
cd de.dentrassi.camel.iec60870
mvn clean install