Skip to content

andhikayuana/mqtt-demo

Repository files navigation

Simple Chat using EMQTT

Simple Chat using EMQTT, You can see slide here

Requirements

  1. EMQTT
  2. Android Studio + SDK
  3. Paho MQTT Client

Installation

Setup MQTT Broker using EMQTT

  1. Download here emqtt.io and choose for your OS.

  2. See installation at here

  3. To start your broker please following instructions in the docs

  4. The Dashboard helps check running status of the broker, monitor statistics and metrics of MQTT packets, query clients, sessions, topics and subscriptions.

    Default Value
    Default Address http://localhost:18083
    Default User admin
    Default Password public
  5. You can testing at the dashboard in websocket menu

Android

  1. clone this repo and build the application
  2. Please adjust with your environmen
  3. Enjoy!

Contact

You can contact me at the emaill or fb

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D