Api/netlib.sendstring()

From Minux Wiki
Jump to navigation Jump to search

netlib function used to send a string to another system

unlike rednet.send, this is a multi step process that verifies if the string has been received intact by the other side, it's the "TCP" to rednet's "UDP"



usage:

local temp = netlib.sendstring(client, string)


output:

transmits "string" to a netlib capable system,

returns true if successfull, false if failed.