require("string")functionOnNewClient(ip,port)showdata("on new client from lua "..ip..port.."32232323\r\n")endfunctionOnClientRecvData(data)showdata("client recieve data from lua "..data.."+++12312312\r\n")endfunctionOnClientDisconnect(ip,port)showdata("client leave from lua "..ip..port)end