Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/18/2016 in all areas

  1. Looks like wget can do what we need. Speed is not especially important here. According to the documentation, it can even do some posting, which will be needed. Thanks for the tip!
    1 point
  2. If high performance isn't a requirement, you could install wget or curl and use the system exec function to call it. If you do need performance, you could technically develop a wrapper for libcurl, but it may be more trouble than its worth. Of course, for some reason I think I read somewhere that the labview functions used curl in some way (in which case why would XP be different?), but that could be totally made up.
    1 point
  3. I didn't know that, interesting. I modified the test code to check all these options, with these results (median time per iteration):
    1 point
×
×
  • Create New...

Important Information

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