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.
Monitoring bursts
-
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 -
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. -
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 -
@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
BartDo 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.0I 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