
One master-console with a bring command Multiple slaves which react to a broadcast (via wireless)
6 lines
100 B
Text
6 lines
100 B
Text
local args = { ... }
|
|
|
|
-- the wifi side, i guess...
|
|
rednet.open("right");
|
|
rednet.broadcast(args[1])
|
|
|