🗒️ emulation Library

The emulation library provides the means to simulate legacy devices for delivery.

It includes a set of helper functions for Lua to make it easier to code.

Note

The choice of legacy emulation in the web settings will not appear unless emulation.connect function has been created.

The emulation.connect function should in the form:

function emulation.connect(e)
 e:write("Hello")
end

All reading from the emulation socket should be handled in Lua - keystroke handling, timeouts etc.

When the function returns, the emulation socket is closed. If using the dial-in modem, the line is reset.

Sample emulation scripts are available from our website: Scripts