Possible to receive data from IBM Watson to eimp Agent?

Hi,

Is it so that the library IBM Watson IoT is only for uploading data from eimp agent to IBM Watson IoT?
If so, then the IBM Bluemix (with help of IBM Watson) is used only for displaying values, right?

But, if I need to be able to send data to eimp agent (from outside the eimp world) then a web interface would do the job, right? What do I need to interact with the eimp agent in that case?

That’s right. Basically you code your agent to receive incoming HTTP requests and create an API that defines the functionality your agent provides. You can do this using imp API calls, or using our Rocky library, which does a lot of the heavy lifting for you.

Thanks!

I’ll dig into this!