[1.51+] Using Network Cables (for dummies)
#81
Posted 30 August 2013 - 11:37 AM
Peripherals connected to computers act exactly as if they were right next to the computer itself, just that instead of accessing it by side, you access it by name.
In the case of disk drives, sides aren't involved, so names aren't involved. Connecting a disk drive to a computer via peripheral cable automatically mounts it, just like placing it next to the computer.
#82
Posted 30 August 2013 - 11:40 AM
Kingdaro, on 30 August 2013 - 11:37 AM, said:
Peripherals connected to computers act exactly as if they were right next to the computer itself, just that instead of accessing it by side, you access it by name.
In the case of disk drives, sides aren't involved, so names aren't involved. Connecting a disk drive to a computer via peripheral cable automatically mounts it, just like placing it next to the computer.
I forgot to add it to my Network >.<
Letme go ahead and faceplam for a few hours.
#83
Posted 30 August 2013 - 11:57 AM
MayContainVennom, on 30 August 2013 - 11:16 AM, said:
However if you do not know which one it is you can do the following:
method 1. use the disk API
local path =disk.getMountPath("drive_0")
method 2. use the peripheral API
local path =peripheral.call("drive_0", "getMountPath")
method 3. use a slightly more verbose peripheral API call
local drive = peripheral.wrap("drive_0")
local path = drive.getMountPath()
#84
Posted 30 August 2013 - 12:16 PM
#85
Posted 10 September 2013 - 01:21 PM
#86
Posted 27 September 2013 - 09:26 PM
#87
Posted 20 October 2013 - 07:57 AM
id like to ask you a question: ist there a limit how far the cable works?
thx - lixowurm
#88
Posted 21 October 2013 - 12:23 PM
#90
Posted 21 October 2013 - 08:55 PM
#91
Posted 22 October 2013 - 12:17 AM
#92
Posted 22 October 2013 - 06:07 PM
theoriginalbit, on 22 October 2013 - 12:17 AM, said:
However a Turtle cannot connect to a wired network. If you're using OpenPeripheral however a Turtle can connect to a wired network by means of a Peripheral Proxy.
PixelToast, on 28 September 2013 - 11:39 PM, said:

we have been able to do this the whole time
the turtle can use rednet, just aslong as its attached to a solid block
c_c
#93
Posted 22 October 2013 - 11:45 PM
MudkipTheEpic, on 22 October 2013 - 06:07 PM, said:
Code
http://pastebin.com/2JrsUhFC
I've never been able to replicate the circumstances in that image.
Edited by theoriginalbit, 08 November 2013 - 03:23 AM.
#94
Posted 23 October 2013 - 08:56 AM
theoriginalbit, on 22 October 2013 - 11:45 PM, said:
MudkipTheEpic, on 22 October 2013 - 06:07 PM, said:
Setup
Code
http://pastebin.com/2JrsUhFC
Result
I've never been able to replicate the circumstances in that image.

#95
Posted 24 November 2013 - 12:43 PM
#96
Posted 24 November 2013 - 01:27 PM
i will link calclavia to this as well incase its a bug with icbm
mekenism also seems to have this issue, i suspect it may be in the way they deal with right clicking?
**SOLVED** sort of, theres a mod called openPeripherals, that has a peripheral proxy block, using that i can indeed connect to "ICBMLaunchers" etc ...awesome
Edited by mrgreaper, 24 November 2013 - 03:42 PM.
#97
Posted 10 December 2013 - 01:28 AM
#98
Posted 12 December 2013 - 05:20 AM
maybe I'm to stupid for this, but please explain.
Let's say, i have one central computer, and i have 10 others connected to the central one. Every computer of those 10 is wrapped at the central like so: local com1 = peripheral.wrap("computer_1") a.s.o
How do i call, maybe the command rs.setOutput("top", true) on the central, for one of those connected 10 remote computers.
greetz
Edited by ZagKalidor, 12 December 2013 - 05:21 AM.
#99
Posted 12 December 2013 - 09:12 AM
#100
Posted 12 December 2013 - 06:53 PM
Kingdaro, on 12 December 2013 - 09:12 AM, said:
Yeah. You should use a message handler.
//Off Topic: I replied to your other tutorial with how to get a Lua syntax highlight.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users













