Top "Luasocket" questions

LuaSocket is a Lua extension library that helps to add support for functionality commonly needed by applications that deal with the Internet.

https request in lua

I am trying to retrieve a page on my SSL enabled server with a lua script. Important to note that …

lua luasocket
Installing Lua socket library

Either I'm overtired or blind. I want to learn networking with Lua and therefore I have to install the socket …

sockets lua luasocket
udp client sending ICMP "port unreachable" when receiveing messages from the server

Moved: https://superuser.com/questions/782549/udp-client-sending-icmp-port-unreachable-when-receiveing-messages-from-the-ser I have a udp client using luasocket, basically doing this (with a few layers …

sockets networking udp icmp luasocket
LuaSocket server:accept() timeout (TCP)

Problem Following LuaSocket Introduction I managed to get the server running. I also managed to connect from the client side. …

lua luasocket
“module 'socket.http' not found:” --Lua on iMac

When I run my code in terminal, I get this error/message: module 'socket.http' not found: no field package.…

macos sockets lua luasocket
Lua socket asynchronous calls

I am writing a program that uses Lua socket to communicate with a http server. The API that I am …

lua luasocket
luasocket.c:20:17: error: lua.h: No such file or directory

I'm installing luasocket module for Lua, but I got the following error message: [root@localhost local]# wget http://files.luaforge.…

c lua luasocket
Send Get to website with lua

i'm having a trouble with lua. I need send a request to a website by GET and get the response …

lua luasocket
lua http socket timeout

The LuaSocket HTTP module documentation says that a timeout can be set on a HTTP connection: The following constants can …

sockets lua luasocket
Download file by url in lua

Lua beginner here. :) I am trying to load a file by url and somehow I am just too stupid to …

lua luasocket