SCADA supervisor code started

This commit is contained in:
Mikayla Fischler
2022-01-13 10:23:38 -05:00
parent 78cbb9e67d
commit 4dfdb218e2
4 changed files with 72 additions and 10 deletions

View File

@@ -1,18 +1,14 @@
function server_comms()
function coord_comms()
local self = {
reactor_struct_cache = nil
}
end
local record_struct = function (id, mek_data)
end
-- send the structure data by request to pocket computers
local send_struct = function ()
end
local command_waste = function ()
end
function superv_comms()
local self = {
reactor_struct_cache = nil
}
end
function rplc_comms(id, modem, local_port, server_port, reactor)