03-20-2017 04:28 AM
I want to make my Android mobile application sends commands to the LabVIEW program.
Is it possible to do that? and how can I design a server to connect to the LabVIEW & Android mobile app?
03-20-2017 08:58 AM
Can your android application perform TCP read/write to an IP address? If so you can use this to send and receive data to a LabVIEW program. WebSockets is probably another solution that could work. I've seen several examples of WebSockets in LabVIEW, one of which was the HTML5 front panel posted over on LAVA.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
01-14-2020 02:58 PM
I am looking at how one sets up a LabVIEW test environment for a mobile and web application where the software is a variant for the two software platforms. Your message indicates that you have setup this type of an environment. I'd like to see a visual diagram of the setup if you can provide that.
04-23-2020 01:29 PM
Hi Hooovahh!
This is aloman,
Im a learner and designing a real time temperature monitoring project on Labview. For this I have published real time data on amazon S3 cloud and want to monitor and control it through android app remotely.
So, I want to learn, can I design android app to get access and control over AWS S3 cloud? And How?