[ https://jira.fiware.org/browse/HELP-8460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=72737#comment-72737 ] Jose Manuel Cantera commented on HELP-8460: ------------------------------------------- Hi, You need basically to instantiate three different components: A/ MongoDB B/ An IoT Agent. I would recommend you instantiate the IoT Agent UL C/ A Context Broker My recommendation is that you use docker for testing this locally, namely: A: docker run --name mongo_showcases -v $HOME/data/mongo:/data/db -d -h mongo -p 27017:27017 mongo:3.2 B: docker run -d --link orion_showcases --link mongo_showcases -p 4041:4041 -p 7896:7896 -h iota --name iota_ul fiware/iotagent-ul C: docker run --name orion_showcases -d -p 1026:1026 --link mongo_showcases -h orion fiware/orion:latest -dbhost mongo Then you can create a new configuration and register devices by following the steps detailed in the Tour Guide: http://fiwaretourguide.readthedocs.io/en/latest/connection-to-the-internet-of-things/how-to-read-measures-captured-from-iot-devices/ Basically, you need to create a new service, register a new device and finally post data to the corresponding UL 2.0 end point (port 7896). > [Fiware-lab-help] Regarding creating a iot project > -------------------------------------------------- > > Key: HELP-8460 > URL: https://jira.fiware.org/browse/HELP-8460 > Project: Help-Desk > Issue Type: extRequest > Components: FIWARE-LAB-HELP > Reporter: FW External User > Assignee: Jose Manuel Cantera > > hey , > Im manasa , Telecommunications student > i have created a fiware account and as well using my fiware lab instances > and learned how to access the instance > For creating a project with using sensors to send data to cloud instance in > Fiware lab , i have been trying so hard by using API keys . i have also > tried to use tourguide application and fiware figway tools . > i have stuck at how to create a IDAS Service and also use a context broker > and link them to Fiware instances. > Every documentation i found starts from using a context broker and > registering a device but i would like to know all the prerequisities like > Creating an iot service at first point , getting a IDAS HOST point and a > context broker service to create a entire platform and the backend services > for a simple iot project . > I hope that the above information is understandable and a solution can be > provided > thanking you. > U.Manasa > __________________________________________________________________________________________ > You can get more information about our cookies and privacy policies on the following links: > - http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/FIWARE_Privacy_Policy > - http://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Cookies_Policy_FIWARE > Fiware-lab-help mailing list > Fiware-lab-help at lists.fiware.org > https://lists.fiware.org/listinfo/fiware-lab-help > [Created via e-mail received from: Ummadi Manasa <ummadi.manasa at gmail.com>] -- This message was sent by Atlassian JIRA (v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy