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

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.