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