• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Monitoring bursts

    User help
    3
    5
    3.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bartdeboeck
      last edited by

      Dear,

      I've an embedded device that will upload monitored data in burst, i.e. several (measured value, point in time) couples are submitted at once. I'm in control of the embedded device, so I can choose the protocol used by the embedded device.

      Which data source do you advice or is it best to roll my own?

      Your feedback is appreciated!

      With much regards,
      Bart

      1 Reply Last reply Reply Quote 0
      • F
        femtom
        last edited by

        Assuming you already has a tcp stack to upload your data you could use HTTP protocol.
        Using a GPRS module your device should be able to start a request to connect to Mango's server, wich will be listening on a port configured in the http receiver datasource.

        1 Reply Last reply Reply Quote 0
        • B
          bartdeboeck
          last edited by

          Thanks for replying.

          I probably have to add time information to the uploaded data as the time of measurement is unrelated to the time of submission to mango?

          thanks
          Bart

          1 Reply Last reply Reply Quote 0
          • O
            oja
            last edited by

            @bartdeboeck said:

            Thanks for replying.

            I probably have to add time information to the uploaded data as the time of measurement is unrelated to the time of submission to mango?

            thanks
            Bart

            Do you need real timestamp from device than delivery timestamp? It is this example.

            HTTP request from device with id unit1 :```
            http://some.mango.xx/httpds?__time=yyyyMMddHHmmss&unit1_reset=0&unit1_version=2.0

            
            I use HTTP protocol in Mango for monitoring drilling machine with GPRS unit. You can see it on: http://kraken.alarex.net:8080/mango_alarex/public_view.htm?viewId=3
            
            Oja
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post