Greetings dear OC Community.
I have a problem with my script for a robot to farming an area.
The robot get the 'start farming' info from a other computer over modem_message.
Here is the code from the computer that sends the start farming info to the robot.
local component = require("component")
local term = require("term")
local event = require("event")
local fs = require("filesystem")
local gpu = component.gpu
local sensor = component.sensor
local modem = component.modem
local port = 2154
local robot_modem = "d6d10a42-eda8-4ea9-bca2-ee06f3311622"
local main