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

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.