Search code examples
androidnetwork-programmingautomationandroid-networkinglabview

Sending data from Android App to Labview WebServer


I am trying to test the labview Webserver and would like to send data fron an android app to the server .

The data is just two simple hexacodes ;

How can I do it ?


Solution

  • Run LabVIEW web application server. Than use LabVIEW RESTFUL Web service.

    Here are good examples for that: http://chrislarson.me/blog/labview-web-services-restful-crud.html http://www.ni.com/white-paper/7747/en/ http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/build_web_service/ (this would not work if you use LabVIEW 2012 or later)

    For more you can go with LabVIEW connectivity course: http://www.ni.com/pdf/products/us/lv-int-ii-mkt-course-outline.pdf

    Also there is way to use websocket. There is Websocket library under labVIEW.