It is currently April 26th, 2024, 6:51 pm

The LuaSocket is available or not?

Discuss the use of Lua in Script measures.
ArtyomR0Bot
Posts: 2
Joined: July 31st, 2013, 11:44 am

The LuaSocket is available or not?

Post by ArtyomR0Bot »

The LuaSocket is available or not? How can i establish TCP connection and perform data exchange with server? Or only using another app using io.popen()?
Last edited by ArtyomR0Bot on August 1st, 2013, 11:06 am, edited 1 time in total.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: The LuaSocket is available or not?

Post by jsmorley »

External compiled libraries like LuaSocket and cURL cannot be used in the Rainmeter implementation of Lua.
ArtyomR0Bot
Posts: 2
Joined: July 31st, 2013, 11:44 am

Re: The LuaSocket is available or not?

Post by ArtyomR0Bot »

Got it. Then I will write a separate program, and will communicate with her through stdin / stdout.