Coder Social home page Coder Social logo

rogierc / mule-coap-server-connector Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 2.0 600 KB

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.

License: Other

Java 100.00%
mulesoft-connector mule mule-esb coap coap-server californium iot iot-platform iot-device anypoint

mule-coap-server-connector's Introduction

Mule CoAP connector - CoapServer

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 CoapServer Connector - is one of three parts of the Mule CoAP package.
The other two being the CoapClient 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.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 CloapServer 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-server-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-server-connector/issues.

Contact

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

Contributing

Use issues or pull-requests on your fork.

mule-coap-server-connector's People

Contributors

rogierc avatar

Watchers

 avatar

Forkers

marwik baosince

mule-coap-server-connector's Issues

NullMessage should result in empty response

the response handling calls toString when payload is not a Byte[], which doesn't result in a emtpy string on a NullMassage. Add specific handling on a NullMessage response.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.