Posted 14 September 2014 - 12:41 AM
Hello,
I'm connecting multiple computers and monitors through wired modems.
Assuming I have a computer_1 and computer_2, which are connected via compOne = peripheral.wrap("computer_1") etc. There are two things I can't figure out:
1) How to let computer_1 output a redstone signal from a specific side of computer_2 (in other words: I'm looking for a command that I can execute on computer_1 that will output a redstone signal at the back side of computer_2)
2) How can I get a list of methods of a remote device (like computer_2 or monitor_1) on computer_1?
Thanks in advance!
EDIT:
3) I'm trying to let computer_1 tell computer_2 to run the program /disk/folder/example (which is stored on computer_2's diskdrive)
I'm connecting multiple computers and monitors through wired modems.
Assuming I have a computer_1 and computer_2, which are connected via compOne = peripheral.wrap("computer_1") etc. There are two things I can't figure out:
1) How to let computer_1 output a redstone signal from a specific side of computer_2 (in other words: I'm looking for a command that I can execute on computer_1 that will output a redstone signal at the back side of computer_2)
2) How can I get a list of methods of a remote device (like computer_2 or monitor_1) on computer_1?
Thanks in advance!
EDIT:
3) I'm trying to let computer_1 tell computer_2 to run the program /disk/folder/example (which is stored on computer_2's diskdrive)
Edited on 13 September 2014 - 11:29 PM