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

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.