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.
Output Selected Points Directly to an Android App
-
Any opportunity to output Mango data directly to an Android App?
-
Hi mlavelle,
I'm not extremely familiar with writing Android apps, but I would expect you'd have many of the same options as any other program.
Meaning,
- The Android App can use the Mango API to get data.
- Mango can use a custom TCP/IP data source to push values into a server socket in the app.
- Mango has the HTTP publisher to push values to an HTTP receiver.
Can you give more details? It may influence the recommendation.
-
Thanks Phil. I'm going to look at HTTP Publisher first. More details as I progress.