FIWARE / tutorials.IoT-Agent

:orange_book: FIWARE 202: Provisioning the Ultralight IoT Agent
https://fiware-iotagent-ul.rtfd.io
MIT License
13 stars 19 forks source link

Push and Polling commands #35

Open arturohu opened 2 weeks ago

arturohu commented 2 weeks ago

I am following the tutorial, but I have encountered with some problems with the commands. I am deploying the Scorpio NGSI-LD version of the tutorial.

As far as I know, the are two types of commands to configure something on an IoT Device:

I believe the tutorial follows the push command approach because the endpoint is defined during device provisioning. However, in a real-world scenario, an IoT device might not have a public IP address to receive configurations and should follow the polling command way.

Does the polling command work with IoTAgent-JSON or UL and the Scorpio Broker?