24 posts
Posted 29 March 2014 - 12:57 AM
Hello my name is Mark and I was wondering how can I make a computer send a signal over wireless router to another computer and tell it to activate red stone signal and return a message to the other computer and display on monitor that its on/off is this possible? and how might I do this? I would also like to be able to turn signal off. please not I am still working in minecraft 1.5.2
Edited on 29 March 2014 - 12:17 AM
169 posts
Posted 29 March 2014 - 02:36 AM
What have you tried so far?
We're not going to write the program for you, but we can help you with problems you are having with your existing code.
Anyway, I suggest looking into the rednet, redstone & monitor API.
24 posts
Posted 29 March 2014 - 02:53 AM
What have you tried so far?
We're not going to write the program for you, but we can help you with problems you are having with your existing code.
Anyway, I suggest looking into the rednet, redstone & monitor API.
What have you tried so far?
We're not going to write the program for you, but we can help you with problems you are having with your existing code.
Anyway, I suggest looking into the rednet, redstone & monitor API.
I have looked into that stuff I dont understand how rednet sends a signal to tell a computer to send redstone
1281 posts
Posted 29 March 2014 - 10:54 AM
It dosen't. You use rednet to communicate. All it can send is strings, numbers and tables. To control redstone through it, you have to set the receiving computer up to react to specific messages in a way that affects the redstone it outputs.