N
N
NIDAQ2014-02-08 19:08:44
Android
NIDAQ, 2014-02-08 19:08:44

Application for Android. How to build a graph based on data from the Internet / another computer?

The computer runs the LabVIEW environment, which reads certain data from the sensors. Let's take a temperature sensor as an example: LabVIEW reads the temperature every second in Celsius, i.e. at the output we have a one-dimensional array of the form: 33.5 34.3 33.2 32.9, etc. So, we need to implement an application for android, which will display a graph of temperature versus time on the screen. So far, I have learned how to send data via email to the Gmail application. I don't have any experience in android development. How can I transfer data from a computer to a smartphone?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
FoxInSox, 2014-02-08
@FoxInSox

Establish a TCP connection between the machine and the mobile device and send data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question