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