26 May 2019

The files in the 'lua', 'socket' and 'mime' folders have been
modified by Mark DiVecchio for use with the RTC Remote
Train Control Program.

This was done to be able to run socket from Lua code
in the RTC Scripting Language.

The folders should be placed in the same folder as
contains the Remote_Control.exe file.

Look at the Scripts 'internet.lua' and 'httptest.lua'
for examples of use of luasocket.

Original luasocket was written by Diego Nehab as
described here:

http://w3.impa.br/~diego/software/luasocket/

The code here is based on luasocket 3.0-rc1.

Mark DiVecchio
markd@silogic.com
----------------------

From the author:

This is the LuaSocket 3.0-rc1. It has been tested on Windows 7, Mac OS X,
and Linux. 

Please use the project page at GitHub 

    https://github.com/diegonehab/luasocket

to file bug reports or propose changes. 

Have fun,
Diego Nehab.

