• 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 4 Documentation Website Mango 5 Documentation Website Radix IoT LinkedIn

    Monitoring bursts

    Scheduled Pinned Locked Moved User help
    5 Posts 3 Posters 4.1k Views 1 Watching
    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 Offline
      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 Offline
        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 Offline
          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 Offline
            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

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • First post
              Last post