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

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.