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

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.