Skip to content

Using mqtt implemented a simple publish and subscribe model

Notifications You must be signed in to change notification settings

Krishna4/mqttSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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