Jef 20d28e80a5 Initial community commit 6 mesi fa
..
auth 20d28e80a5 Initial community commit 6 mesi fa
cgi 20d28e80a5 Initial community commit 6 mesi fa
README 20d28e80a5 Initial community commit 6 mesi fa
dicttest.lua 20d28e80a5 Initial community commit 6 mesi fa
excepttest.lua 20d28e80a5 Initial community commit 6 mesi fa
find-connect-limit 20d28e80a5 Initial community commit 6 mesi fa
ftptest.lua 20d28e80a5 Initial community commit 6 mesi fa
hello.lua 20d28e80a5 Initial community commit 6 mesi fa
httptest.lua 20d28e80a5 Initial community commit 6 mesi fa
index.html 20d28e80a5 Initial community commit 6 mesi fa
ltn12test.lua 20d28e80a5 Initial community commit 6 mesi fa
luasocket.png 20d28e80a5 Initial community commit 6 mesi fa
mimetest.lua 20d28e80a5 Initial community commit 6 mesi fa
smtptest.lua 20d28e80a5 Initial community commit 6 mesi fa
stufftest.lua 20d28e80a5 Initial community commit 6 mesi fa
tcp-getoptions 20d28e80a5 Initial community commit 6 mesi fa
test_bind.lua 20d28e80a5 Initial community commit 6 mesi fa
test_getaddrinfo.lua 20d28e80a5 Initial community commit 6 mesi fa
test_socket_error.lua 20d28e80a5 Initial community commit 6 mesi fa
testclnt.lua 20d28e80a5 Initial community commit 6 mesi fa
testmesg.lua 20d28e80a5 Initial community commit 6 mesi fa
testsrvr.lua 20d28e80a5 Initial community commit 6 mesi fa
testsupport.lua 20d28e80a5 Initial community commit 6 mesi fa
tftptest.lua 20d28e80a5 Initial community commit 6 mesi fa
udp-zero-length-send 20d28e80a5 Initial community commit 6 mesi fa
udp-zero-length-send-recv 20d28e80a5 Initial community commit 6 mesi fa
udpconnectclnt.lua 20d28e80a5 Initial community commit 6 mesi fa
udpconnectsrvr.lua 20d28e80a5 Initial community commit 6 mesi fa
unixdgramclnt.lua 20d28e80a5 Initial community commit 6 mesi fa
unixdgramsrvr.lua 20d28e80a5 Initial community commit 6 mesi fa
unixstreamclnt.lua 20d28e80a5 Initial community commit 6 mesi fa
unixstreamsrvr.lua 20d28e80a5 Initial community commit 6 mesi fa
upload.html 20d28e80a5 Initial community commit 6 mesi fa
urltest.lua 20d28e80a5 Initial community commit 6 mesi fa
utestclnt.lua 20d28e80a5 Initial community commit 6 mesi fa
utestsrvr.lua 20d28e80a5 Initial community commit 6 mesi fa

README

This provides the automated test scripts used to make sure the library
is working properly.

The files provided are:

testsrvr.lua -- test server
testclnt.lua -- test client

To run these tests, just run lua on the server and then on the client.

hello.lua -- run to verify if installation worked

Good luck,
Diego.