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

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.