GithubHelp home page GithubHelp logo

joserfjuniorllms / moquette Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moquette-io/moquette

1.0 0.0 0.0 5.15 MB

Java MQTT lightweight broker

Home Page: http://moquette-io.github.io/moquette/

License: Apache License 2.0

HTML 5.34% Java 79.46% Batchfile 0.56% Shell 0.54% Groovy 14.07% Ruby 0.03%

moquette's Introduction

What is Moquette?

Build Status

Moquette aims to be a MQTT compliant broker. The broker supports QoS 0, QoS 1 and QoS 2.

Its designed to be evented, uses Netty for the protocol encoding and decoding part.

Embeddable

Freedomotic Is an home automation framework, uses Moquette embedded to interface with MQTT world.

Moquette is also used into Atomize Spin a software solution for the logistic field.

Part of moquette are used into the Vertx MQTT module, into MQTT spy and into WSO2 Messge broker.

Try the demo instance

Point your browser to cloud instance, request an account then use it from your MQTT clients.

1 minute set up

Start play with it, download the self distribution tar from BinTray , the un untar and start the broker listening on 1883 port and enjoy!

tar xvf moquette-distribution-0.12.1.tar.gz
cd bin
./moquette.sh

Or if you are on Windows shell

 cd bin
 .\moquette.bat

Embedding in other projects

To embed Moquette in another maven project is sufficient to include a repository and declare the dependency:

<repositories>
  <repository>
    <id>bintray</id>
    <url>https://jcenter.bintray.com</url>
    <releases>
      <enabled>true</enabled>
    </releases>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
</repositories>

Include dependency in your project:

<dependency>
      <groupId>io.moquette</groupId>
      <artifactId>moquette-broker</artifactId>
      <version>0.12.1</version>
</dependency>

Build from sources

After a git clone of the repository, cd into the cloned sources and: ./gradlew clean moquette-distribution:distMoquetteTar or ./gradlew clean moquette-distribution:distMoquetteZip.

In distribution/build directory will be produced the selfcontained file for the broker with all dependencies and a running script.

moquette's People

Contributors

andsel avatar andreasmager avatar swarwick avatar wagnerluis1982 avatar muka avatar mackristof avatar teranisi avatar mscheibler avatar maggu2810 avatar hylkevds avatar stannislin avatar windbender avatar sbouchexiv avatar calvernaz avatar dolychuck avatar dedrone-fb avatar mjacoby avatar jcroig avatar mwilliford avatar bemisguided avatar konradmichael avatar komamitsu avatar ningg avatar ricardojlrufino avatar salmanebah avatar fjcyue avatar kevto avatar mpaatz avatar runafter avatar zhangliangbo avatar

Stargazers

Jose RF Junior avatar

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.