Krishna4 / mqttSample

Using mqtt implemented a simple publish and subscribe model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mqttSample

Using mqtt and eclipse paho client implemented a simple publish and subscribe model

To Start MQTT Server locally:

java Main

defaultport: 1883

To Start Subscribers

java MQTTSubScriber1

java MQTTSubScriber2

To Start brokwer

java MQTTBroker

references from https://github.com/CloudMQTT/java-mqtt-example

About

Using mqtt implemented a simple publish and subscribe model


Languages

Language:Java 100.0%