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 Client Connector - is one of three parts of the Mule CoAP package.
The other two being the Mule CoAP Server Connector and the Mule CoAP Commons component.
The CoapClient Connector adds CoAP client capability to Mule enterprise service bus. With it Mule applications can access iot-services using the CoAP protocol.
The complete Mule CoAP Connector documentation can be found on Teslanet.nl
- Mule 3.8
- Mule 3.9
- Californium 1.0.7
- Mule Coap Commons 1.1.0
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
See the Userguide on Teslanet.nl
Mule CoAP artefact releases will be published to Maven Central.
To use Mule CoAP Client Connector in maven projects add following dependency
to your pom.xml
.
<dependency>
<groupId>nl.teslanet.mule.transport.coap</groupId>
<artifactId>mule-coap-client-connector</artifactId>
<version>1.0.1</version>
</dependency>
You can report issues and feature requests at github.
Questions or remarks? Create an issue on github.
Use issues or pull-requests on your fork.