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

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.