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