Git Product home page Git Product logo

mqttbox's Introduction

MQTTBox

Developers helper program to create and test MQTT connectivity protocol.

Supercharge your MQTT workflow with MQTTBox Apps available on Chrome, Linux, Mac, Web and Windows! Build, test, and document your MQTT connectivity protocol.

ChromeLinuxMACHTML AppWindows

MQTTBox Client features include:

  • Connect to multiple mqtt brokers with TCP or Web Sockets protocols
  • Connect with wide range of mqtt client connection settings
  • Publish/Subscribe to multiple topics at same time
  • Supports Single Level(+) and Multilevel(#) subscription to topics
  • Copy/Republish payloads
  • History of published/subscribed messages for each topic
  • Reconnect client to broker

MQTTBox Load test features include:

  • Load test MQTT publisher/Subscriber.
  • Run load test with wide range load test settings
  • View load test data
  • View load test results in graphs

Please report Feature Requests, Enhancements or Bugs to [email protected] or on Github

Getting Started

Make sure you have Node.js installed and follow below steps to build and execute.

  • git clone [email protected]:workswithweb/MQTTBox.git

  • cd MQTTBox

  • npm install

  • Open /node_modules/mqtt/lib/connect/ws.js file and goto line 56 or where ever you find below code. else { throw new Error('Could not determine host. Specify host manually.') } Remove this else block completely. We need this step to make mqtt.js works with webworkers.

Thats it !!! Your project is setup. Execute below commands in your current folder (MQTTBox) as per your app requirements.

Web App Builds
  • gulp build - Generates build folder with all compiled static web assets in your current directory (MQTTBox). You can deploy build in you web/app server.

  • gulp - Live development mode. Use while development to see live reload of your web app when changes done in code.

By default master branch has MQTTBox web app. Please check other MQTTBox branches for other platform apps.

NOTE: 1.Web App supports only Websockets because of browser limitations. 2.We are working to make all apps to look in sync. 3.We are working to make all features avaliable to all platforms.

mqttbox's People

Contributors

sathyavikram avatar tmilburn 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.