Created question in FIWARE Q/A platform on 04-10-2021 at 14:10
Please, ANSWER this question AT https://stackoverflow.com/questions/69437615/poll-iot-device-through-iot-agent
Question:
Poll IoT Device through IoT Agent
Description:
I have some devices and a REST API to access the devices' measurements.
I want to use the Orion Context Broker LD to create a Powered by Fiware solution handling those devices.
From what I've recommended way to go about it is by using an IoT Agent.
I want to poll the API every X minutes to get measurements and then pass them to the IoT Agent
Is there such a mechanism in the ecosystem or do I have to implement a custom solution?
After that, how do I integrate with the IoT Agent?
thanks!