Page 1 of 1

Feature request

Posted: 26 Sep 2015, 23:12
by rav_kr
I need to send some data from LuaMacros to another program (sometimes on another machine). Do you have any plans for adding TCP (or maybe HTTP GET) to LuaMacros in the future?

And of course, thanks for great piece of software ;)

Re: Feature request

Posted: 27 Sep 2015, 21:49
by admin
Should not be a big deal... wait... not a big deal :-)

Image

From version 0.1.0.230. Download package updated.
Second optional argument of lmc_http_get is timeout in ms. For https requests you probably need OpenSSL installed. It's based on lNet so you can chck details, I tried just the simplest scenario.

Re: Feature request

Posted: 28 Sep 2015, 17:06
by rav_kr
Thank you, you're awsome ;)

And I have another request...
Can you add button to free all keyboards?
As for now I have to restart the program if I want to use my keyboards normally

Re: Feature request

Posted: 30 Sep 2015, 22:02
by admin
Done, new reset button in 0.1.0.231