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.