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

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.