Implementing MQTT for a building

0 votes

So, I want to implement MQTT architecture for a building. Around 1000+ nodes are communicating and interchanging data with broker. This communication is bilateral(data is subscribed & published as well). I want to know, can MQTT handle two way communication for 1000+ nodes? Is't it going to get any conflict? Also, we are using ESP8266 chip at node side.

Aug 29, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
379 views

1 answer to this question.

0 votes

I'm not really sure if its possible to answer this question, since no specific information regarding the situation you intend to deploy is given. But I'll try regardless. Hope its helpful. 

MQTT is a protocol not a solution, the size of the deployment entirely depends on the following:

  • number of clients
  • size of the messages being sent
  • rate of message being sent
  • type of broker (single instance/distributed cluster)
  • type of network infrastructure involved

1000's of clients is nothing compared to some of the deployments from tech giants like Microsoft and IBM.

Your best bet is to build a test rig and test it to see how much resources your specific scenario can exploit.

answered Aug 29, 2018 by anonymous

Related Questions In IoT (Internet of Things)

0 votes
1 answer

What is the maximum message length for a MQTT broker?

It's not entirely clear what you're asking ...READ MORE

answered Jul 17, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
9,109 views
0 votes
1 answer
0 votes
1 answer

MQTT broker for Google App Engine

You had a hard time finding anything ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
1,248 views
0 votes
1 answer

What is the time taken by a 200 byte message for transmission in a beacon-enabled network?

Now, data rates of IEEE 802.15.4 are ...READ MORE

answered Aug 24, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
648 views
0 votes
1 answer

Using ESP8266 for controlling through Arduino

Please explain better your problem. In Arduino-Esp8266 String ...READ MORE

answered Sep 11, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
542 views
0 votes
1 answer

MQTT pubish is slow to send with ESP8266 & NodeMCU

I think you're almost correct and on ...READ MORE

answered Aug 1, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
2,847 views
0 votes
1 answer
0 votes
1 answer

How to send a data from arduino uno to a webpage through esp8266 wifi module?

You are missing a few \r\n and the length ...READ MORE

answered Aug 9, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
3,450 views
0 votes
1 answer

Eclipse Paho: read data from MQTT Broker

From what I could analyze, you've been ...READ MORE

answered Aug 9, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
2,139 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP