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

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.