Quist / camel-coap

Canel Coap component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache camel Coap component

A custom Coap component. Currently supports receiving HTTP requests and forwarding them to a Coap server.

Building

mvn clean install

Usage

Include it in your pom.xml:

    <dependency>    
        <groupId>your.group.id</groupId>        
        <artifactId>camel-coap</artifactId>        
        <version>0.0-SNAPSHOT</version>        
    </dependency>

In your camel application, add it to the camel context:

CoapComponent coap = new CoapComponent(port);
camelContext.addComponent("coap", coap);

About

Canel Coap component

License:MIT License


Languages

Language:Java 100.0%