FIWARE / tutorials.IoT-Agent

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

Push and Polling commands #35

Closed arturohu closed 4 days ago

arturohu commented 2 months 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?

jason-fox commented 4 days ago

Yes, this tutorial is using a push command. If you want to discuss details of a specific IoT Agent it would be better to raise an issue for the IoT Agent itself since support will depend on the IoT Agent used.