We need this to speed up the initial load of the driver.
GAOTNMBJGXMED675ZULUSZESGBWGDEYCMNLBTXZHINBLGHMQSRSQC
C6AT7PEUHQMNRTF2EJOGDDULKPZRF3SRUXTNUSIAKTWFIN4ILZEQC
ZJPFAJVMVVKNZCQPQPCHIPCLMG5VRNVUMG5ZY3VR5B57PRNFJAOAC
elseif cmd == 'GET*' then -- batch version of GET local result = {} for binding in buf:gmatch('%s+(%S+)') do print(binding) local val, _ = app.get_binding(binding) table.insert(result, val) end app.send(table.concat(result, '\n--fw: definition boundary--\n'))
elseif cmd == 'GET*' then
-- batch version of GET
local result = {}
for binding in buf:gmatch('%s+(%S+)') do
print(binding)
local val, _ = app.get_binding(binding)
table.insert(result, val)
end
app.send(table.concat(result, '\n--fw: definition boundary--\n'))