LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP recieve

hi...can we receive data of accelerometer of smart phone.....i have an andriod application in my phone which remotely sends acclerometer data in UDP format but i dnt know how can i recieve this data on labview...can any anybody help me?

0 Kudos
Message 1 of 2
(2,220 Views)

Technically the answer is yes. Realistically the answer is much more complicated. LabVIEW is fully capable of creating a UDP listener and receiving data over UDP. The problems you will most likely run into are not LabVIEW issues but network infrastructure issues. If your phone and application are on the same network and subnet you shouldn't have any problems. If they are both on the same network but different subnets you may run into some issues with how the network is configured. You may run into some firewall issues. If you are crossing network boundaries you will definitely run into firewall issues and you will need to get your IT folks involved.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 2 of 2
(2,207 Views)