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

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.