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

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.