Uploaded image for project: 'Help-Coaches-Desk'
  1. Help-Coaches-Desk
  2. HELC-1136

FIWARE.Request.Coach.FRACTALS.OMA.LWM2M.IoT.Agent.questions

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Component/s: FRACTALS
    • Labels:
      None

      Description

      Greetings,

      Hello, and let me first introduce myself.
      I'm Danijel Hodzic that has recently become FIWARE Lab user.
      My startup team is called Smaczygote and we are invited to present our
      proposal and demo application at ICT 2015 from 20 to 22nd October, as part
      of the FRACTALS Smart Urban Farming Challenge.

      As we have little experience with FIWARE platform usage at the moment, we
      would like to get some advise and guidelines for decisions that we have to
      make, because we have no much more time.

      The Problem:
      We want to connect some cc2538 contiki motes with Fiware. Up to now we have:

      • instantiate VM based on orion-psb-image-R4.2 in our project, and
        Orion Context Broker is up and running
      • run our CoAP example on devices and tested visibility of our resources
        with Firefox Copper CU user-agent.

      Now we are interested in simplest way for creating of IoT Agent and
      configuration of it northbound and southbound interfaces.
      As we understood there is already OMA Lightweighted M2M IoT agent, and it
      is functioning as LWM2M Server and it can be easily configured to
      communicate with context broker.

      Q1: Is it good idea to deploy* lightweightedm2m-iotagent* from github to
      the same VM where orion cb is resided ?
      Q2: Is there example or concrete exercise where we can see how to
      assembly *lightweightedm2m-iotagent *and *orion cb *connection ?
      Q3: Regarding southbound interface, we have to implement LWM2M Client on
      top of CoAP. Is it true that, in order to enable this LWM2M client-server
      communication we have firstly to provide ipv6/ipv4 tunneling for our
      boarder-router connected to laptop to be able to communicate with our
      orion/iotagent VM with IPv4 public address ?
      Q4: Is there any exercises link about CoAP/OMA LWM2M configuration and
      southbound API usage examples ?

      Thank you,
      Best regards,
      M.S.E.E. Danijel Hodzic

      Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
      Please, send your messages using the new domain (Fiware-lab-help@lists.fiware.org) instead of the old one.
      _______________________________________________
      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: Danijel Hodzic <danijel.hodzic@smaczygote.com>]

        Issue Links

          Activity

          fw.ext.user FW External User created issue -
          alfopietro Pietropaolo Alfonso made changes -
          Field Original Value New Value
          Assignee Ozdemir, Omer Faruk [ oozdemir ]
          alfopietro Pietropaolo Alfonso made changes -
          Component/s FIWARE-GENERAL-HELP [ 10277 ]
          mev Manuel Escriche made changes -
          Component/s FIWARE-TECH-HELP [ 10278 ]
          Component/s FIWARE-GENERAL-HELP [ 10277 ]
          mev Manuel Escriche made changes -
          FI-WARE Environment FI-LAB [ 10100 ]
          Project Help-Desk [ 10841 ] Help-Coaches-Desk [ 10926 ]
          Key HELP-4752 HELC-1136
          Component/s FRACTALS [ 10365 ]
          Component/s FIWARE-TECH-HELP [ 10278 ]
          ichulani ilknur chulani made changes -
          Component/s _TECH_ [ 11400 ]
          backlogmanager Backlog Manager made changes -
          Link This issue relates to HELP-5324 [ HELP-5324 ]
          backlogmanager Backlog Manager made changes -
          Component/s _TECH_ [ 11400 ]
          Hide
          oozdemir Ozdemir, Omer added a comment -

          The issue has been emailed:

          • Time sent: 30/Nov/15 9:28 AM
          • To: danijel.hodzic@smaczygote.com
          • with subject: *(HELC-1136) [Fiware-lab-help] OMA LWM2M IoT Agent questions *

          Dear User please find the answers regarding your questions.

          Thanks

          Hi Danijel,
          Q1. It is a good idea. We work with this configuration for our public instance described at:
          http://catalogue.fiware.org/enablers/backend-device-management-idas/instances
          Q2.
          https://github.com/telefonicaid/lightweightm2m-iotagent/blob/master/docs/deviceProvisioning.md
          Q3. Hi, this really depends on your device network architecture. There are several possibilities.
          For instance, if you are using our sever in FIWARE Lab cloud there are IPv4 and IPv6 endpoints (130.206.80.48, 2001:720:1514:80::48).
          If your device network is IPv6-only (e.g. 6lowpan) then the easiest is to configure an IPv6 tunnel from your boder router to the IPv6-Internet (e.g. https://tunnelbroker.net/). Then your border-router will reach (and be reachable from) our lwm2m server.
          If you have a local lwm2m server then it is up to you to choose v4 or v6 communication but it should be the same in the lwm2m server and lwm2m clients (unless you configure a NAT64 in the border-router).
          Q4. All the examples that we have today are at Q2 link. We are thinking to work on the specific client-server interaction (with TShark snapshots for instance) but we it is still not in our roadmap.
          It would be great if you can contribute to the FIWARE-IoT Ready program (Open Hardware section) if you manage to develop Contikli libraries to connect to our LWM2M IoT Agent.
          Link: https://www.fiware.org/iot-ready-open-hardware/
          If you get there, send us your contrib request at:
          fiware-iot-ready@lists.fiware.org

          Show
          oozdemir Ozdemir, Omer added a comment - The issue has been emailed: Time sent: 30/Nov/15 9:28 AM To: danijel.hodzic@smaczygote.com with subject: *( HELC-1136 ) [Fiware-lab-help] OMA LWM2M IoT Agent questions * Dear User please find the answers regarding your questions. Thanks Hi Danijel, Q1. It is a good idea. We work with this configuration for our public instance described at: http://catalogue.fiware.org/enablers/backend-device-management-idas/instances Q2. https://github.com/telefonicaid/lightweightm2m-iotagent/blob/master/docs/deviceProvisioning.md Q3. Hi, this really depends on your device network architecture. There are several possibilities. For instance, if you are using our sever in FIWARE Lab cloud there are IPv4 and IPv6 endpoints (130.206.80.48, 2001:720:1514:80::48). If your device network is IPv6-only (e.g. 6lowpan) then the easiest is to configure an IPv6 tunnel from your boder router to the IPv6-Internet (e.g. https://tunnelbroker.net/ ). Then your border-router will reach (and be reachable from) our lwm2m server. If you have a local lwm2m server then it is up to you to choose v4 or v6 communication but it should be the same in the lwm2m server and lwm2m clients (unless you configure a NAT64 in the border-router). Q4. All the examples that we have today are at Q2 link. We are thinking to work on the specific client-server interaction (with TShark snapshots for instance) but we it is still not in our roadmap. It would be great if you can contribute to the FIWARE-IoT Ready program (Open Hardware section) if you manage to develop Contikli libraries to connect to our LWM2M IoT Agent. Link: https://www.fiware.org/iot-ready-open-hardware/ If you get there, send us your contrib request at: fiware-iot-ready@lists.fiware.org
          oozdemir Ozdemir, Omer made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          oozdemir Ozdemir, Omer made changes -
          Status In Progress [ 3 ] Answered [ 10104 ]
          oozdemir Ozdemir, Omer made changes -
          Status Answered [ 10104 ] Closed [ 6 ]
          Resolution Done [ 10000 ]
          backlogmanager Backlog Manager made changes -
          Summary [Fiware-lab-help] OMA LWM2M IoT Agent questions FIWARE.Request.Coach.FRACTALS.OMA LWM2M IoT Agent questions
          oozdemir Ozdemir, Omer made changes -
          Summary FIWARE.Request.Coach.FRACTALS.OMA LWM2M IoT Agent questions FIWARE.Request.Coach.FRACTALS.OMA.LWM2M.IoT.Agent.questions
          Transition Time In Source Status Execution Times Last Executer Last Execution Date
          Open Open In Progress In Progress
          49d 7h 36m 1 Ozdemir, Omer 30/Nov/15 9:28 AM
          In Progress In Progress Answered Answered
          7s 1 Ozdemir, Omer 30/Nov/15 9:28 AM
          Answered Answered Closed Closed
          2s 1 Ozdemir, Omer 30/Nov/15 9:28 AM

            People

            • Assignee:
              oozdemir Ozdemir, Omer
              Reporter:
              fw.ext.user FW External User
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: