On 05/30/2010 02:13 AM, John Edwards wrote:
I guess my first question should be is luasocket the correct technique and if so, how should I do it ?
I suggest you try one of the two cURL bindings: http://curl.haxx.se/libcurl/lua/ cURL is a strange beast sometimes, but it does the job well. Most probably you will need to know C API anyway: http://curl.haxx.se/libcurl/c/ Sincerely, Nick