Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-8460

[Fiware-lab-help] Regarding creating a iot project

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None

      Description

      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:

      Fiware-lab-help mailing list
      Fiware-lab-help@lists.fiware.org
      https://lists.fiware.org/listinfo/fiware-lab-help

      [Created via e-mail received from: Ummadi Manasa <ummadi.manasa@gmail.com>]

        Activity

        Hide
        jmcantera Jose Manuel Cantera added a comment -

        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).

        Show
        jmcantera Jose Manuel Cantera added a comment - 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).

          People

          • Assignee:
            jmcantera Jose Manuel Cantera
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: