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