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

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.