1

I know we can send heartbeat payload through device monitoring topic. But do we have any another way where any IP capable device can send heartbeat to IBM Watson Platform through any IBM services or database for device tracking?

Radiodef
  • 37,180
  • 14
  • 90
  • 125
  • Can you provide more details about you're trying to achieve? The IoT platform has the Last Event Cache REST API, which enables you to obtain the last published event, including timestamp. Or do you need something more directly related to MQTT device monitoring topic? – ValerieLampkin Aug 23 '16 at 14:34

1 Answers1

0

I assume with "any IP capable device" you mean you don't want/can install a MQTT stack?

You can use HTTP(S) instead, as described here

fyi: You don't need the IBM API client, any MQTT library is sufficient then you can also use MQTT instead HTTP(S)

Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58