Jump to content




Rednet tutorial for absolute beginners


  • You cannot reply to this topic
1 reply to this topic

#1 fredthead

  • Members
  • 29 posts

Posted 12 July 2013 - 10:06 AM

Following on from my touchscreen tutorial, here is one for rednet messaging.
I've tried to keep it as simple as possible and it assumes no programming knowledge.




Let me know if you want anything else and I'll see what I can do

#2 RoD

  • Members
  • 313 posts

Posted 22 July 2013 - 11:01 AM

Its good tutorial but some begginers won't understand it so easly...You should try make various examples with simple codes, like:
This is to send a message:
--id is the reciver id
id = "0"
--message is the message that you want to send to the receiver
message = "Your message here"
rednet.send(id, message, true)
--or you can make it like
rednet.send(0, "Your message here", true)
--this will send to the computer with the id "0" the message "Your message here
and to the receiver and increase the dificulity slowly...
But its a good tut :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users