IoT Core message frequency

0

Hi In my IoT project sometimes devices will send MQTT message every 3 seconds. Does IoT Core support this frequency, or do I need to expect some delays? I am trying to build real time device monitoring. Thanks

질문됨 2년 전1159회 조회
1개 답변
0
수락된 답변

Hi Ozy smile. AWS IoT Core supports up to 100 messages per second per MQTT client connection. Please see limits here: https://docs.aws.amazon.com/general/latest/gr/iot-core.html#message-broker-limits . In particular "Publish requests per second per connection".

So one message every 3 seconds is not, in general, a problem. However, much depends on what exactly you mean by "real time device monitoring". There will be some time taken for messages to traverse the (vagaries of the) internet and reach IoT Core, plus some additional time for messages to propagate through IoT Core, rules engine and so forth before you act upon them.

profile pictureAWS
전문가
Greg_B
답변함 2년 전
  • Thanks for the answer. When I say "real time": Some of my devices changes their status with some other data very often and I would like to update the status data to broker so that I can see them on browser, screens etc.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인