Skip to content

The CoapClient Connector adds CoAP client capability to Mule Enterprise Service Bus. With it Mule applications can access IOT services using the CoAP protocol.

License

EPL-2.0, Unknown licenses found

Licenses found

EPL-2.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

rogierc/mule-coap-client-connector

Repository files navigation

Mule CoAP connector - CoapClient

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 CoapClient Connector - is one of three parts of the Mule CoAP package.
The other two being the CoapServer 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 supported versions

  • Mule 3.8.x
  • Mule 3.9.x

CoAP supported versions

IETF rfc7252

Dependencies

Installation

For beta connectors you can download the source code and build it in Anypoint Studio:

  • Import source into Anypoint Studio
  • 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. The CloapClient connector can be used in your project by adding following dependency to your pom.xml (without the dots):

  <dependencies>
    ...
    <dependency>
            <groupId>nl.teslanet.mule.transport.coap</groupId>
            <artifactId>mule-coap-client-connector</artifactId>
            <version>1.0.0</version>
    </dependency>
    ...
  </dependencies>
  ...

Reporting Issues

We use GitHub:Issues for tracking issues with this connector. You can report new issues at this link https://github.com/rogierc/mule-coap-client-connector/issues.

Contact

A bug, an idea, an issue? Create an issue on https://github.com/rogierc/mule-coap-client-connector/issues

Contributing

Use issues or pull-requests on your fork.

About

The CoapClient Connector adds CoAP client capability to Mule Enterprise Service Bus. With it Mule applications can access IOT services using the CoAP protocol.

Topics

Resources

License

EPL-2.0, Unknown licenses found

Licenses found

EPL-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages