0
votes

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!