Jump to content

Simple HTTP request


encryption

Recommended Posts

In standard labview I could use the http control but I need to learn how to do this with the basic TCP tools provide with the PDA module.

Thanks!

Nick Powers

I am working on a labview mobile 5.0 application using labview 8.2 and I need to be able to submit a URL to a web server and then retrieve the data in a string. I plan on using match pattern on the retrieved data after I have received the HTML data.

Thanks for any help you can provide!

Thanks,

Nick Powers

Link to comment
In standard labview I could use the http control but I need to learn how to do this with the basic TCP tools provide with the PDA module.

Hi Nick, and welcome to LAVA! What you're asking for isn't really a LabVIEW question per se, but more a tcp / HTTP question. LabVIEW can perform whatever tcp messaging you like, so try a google on terms like "get" "html" "tcp" etc...

Link to comment
I am working on a labview mobile 5.0 application using labview 8.2 and I need to be able to submit a URL to a web server and then retrieve the data in a string. I plan on using match pattern on the retrieved data after I have received the HTML data.

Nick,

There is an unreleased http library in the OpenG CVS repository which uses TCP-IP to perform an HTTP GET.

Info on how to do a CVS checkout:

http://sourceforge.net/cvs/?group_id=52435

Browse CVS Repository (ViewCVS):

http://opengtoolkit.cvs.sourceforge.net/op.../http/http.llb/

The http library depends on some other OpenG libraries, so you should install VI Package Manager in order to download+install the OpenG libraries.

-Jim

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.