This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

device -> nRF Cloud -> web app

Hi

I need help in understanding what the best practice is when retrieving messages from devices via nRF Cloud to my web APP.

  • I expect the devices to transmit messages in average once per hour.
  • I plan to have 1-10k devices.
  • My App can make API calls and receive Web Hooks.
  • When a device (nRF9160) transmits an MQTT message to nRF Cloud, I want it to forward it to my APP in real time.

I checked the API and found "ListMessages", should I call this constantly (several times per second 24/7) to get the real time feel?

Or is there a better way?

Do I have to pay for each "ListMessage" call?

Regards

Related