This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
lzRipTide3zl's profile picture

rednet with arguments over send/receive

Started by lzRipTide3zl, 11 May 2013 - 10:54 PM
lzRipTide3zl #1
Posted 12 May 2013 - 12:54 AM
I have 2 servers setup and i was trying to get the client to send a message with arguments to the server in which could use those arguments in code. I couldnt figure out how to so i just have the client send additional messages to act as arguments. Is there any way to just send additional arguments over one rednet.send()? Or is this impossible?
Mads #2
Posted 12 May 2013 - 01:21 AM
You can send a serialized table, and unserialize it when it's received. See http://computercraft.info/wiki/Textutils_(API)