nl.teslanet.mule.transport.coap:mule-coap-server-connector

Mule CoAP Server Connector is an Anypoint Connector that adds CoAP server capability to Mule applications.

License

License

Categories

Categories

Net
GroupId

GroupId

nl.teslanet.mule.transport.coap
ArtifactId

ArtifactId

mule-coap-server-connector
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

mule-module
Description

Description

nl.teslanet.mule.transport.coap:mule-coap-server-connector
Mule CoAP Server Connector is an Anypoint Connector that adds CoAP server capability to Mule applications.
Project URL

Project URL

http://www.teslanet.nl
Source Code Management

Source Code Management

http://github.com/teslanet-nl/mule-coap-server-connector/tree/master

Download mule-coap-server-connector

Dependencies

compile (3)

Group / Artifact Type Version
org.eclipse.californium : californium-core jar 1.0.7
org.eclipse.californium : scandium jar 1.0.7
nl.teslanet.mule.transport.coap : mule-coap-commons jar 1.1.0

test (10)

Group / Artifact Type Version
org.eclipse.californium : demo-certs jar 1.0.7
com.mulesoft.munit » mule-munit-support jar ${mule.version}
com.mulesoft.munit » munit-remote jar 1.3.8
com.mulesoft.munit » munit-runner jar 1.3.8
org.mule.modules : mule-module-spring-config jar 3.9.0
org.mule.modules : mule-module-scripting jar ${mule.version}
org.mule.modules : mule-module-xml jar 3.9.0
org.mule.modules : mule-module-validation jar 3.9.0
junit : junit jar 4.12
org.apache.commons : commons-lang3 jar 3.8.1

Project Modules

There are no modules declared in this project.

Mule CoAP Server Connector

Mule-Coap logo

Mule CoAP connector is an Anypoint Connector implementation of the RFC7252 - Constrained Application Protocol. With it Mule applications become CoAP capable and can communicate with other CoAP capable devices and services, realising Internet of Things solutions (IoT).

The connector uses Californium, a Java CoAP implementation. More information about Californium and CoAP can be found at:

This component - the Mule CoAP Server Connector - is one of three parts of the Mule CoAP package.
The other two being the Mule CoAP Client Connector and the Mule CoAP Commons component .

The CoapServer Connector adds CoAP server capability to Mule enterprise service bus. With it Mule applications can implement services that can be accessed by clients using the CoAP protocol.

The complete Mule CoAP Connector documentation can be found on Teslanet.nl

Mule supported versions

  • Mule 3.8
  • Mule 3.9

CoAP supported versions

Dependencies

Installation

Easiest way to install releases into Anypoint Studio 6 is by installing the Eclipse Plugin using the update site. The Mule CoAP Connector update site url is:

http://www.teslanet.nl/mule-coap-connector/update/

Installation of release or development versions from source, is done by downloading sources or cloning git-repository from Github:

  • Import source into Anypoint Studio 6
  • Select the imported project
  • Build and install: Context Menu -> Anypoint Connector / Install or Update

Usage

See the Userguide on Teslanet.nl

Using in Maven Projects

Mule CoAP artefact releases will be published to Maven Central. To use Mule CoAP Server Connector in maven projects add following dependency to your pom.xml.

  
    <dependency>
            <groupId>nl.teslanet.mule.transport.coap</groupId>
            <artifactId>mule-coap-server-connector</artifactId>
            <version>1.0.1</version>
    </dependency>
  

Reporting Issues

You can report new issues at github.

Contact

Questions or remarks? Create an issue on github

Contributing

Use issues or pull-requests on your fork.

nl.teslanet.mule.transport.coap

Teslanet.nl

Teslanet open source

Versions

Version
1.0.1
1.0.0