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

Share variables in a wired network?

Started by Kethas, 04 April 2015 - 06:29 PM
Kethas #1
Posted 04 April 2015 - 08:29 PM
Is there a way to share variables in a wired network between computers?

I really need help and thanks in advance!
KingofGamesYami #2
Posted 04 April 2015 - 09:49 PM
Perhaps you could write the information you need to a disk, connected to the network. Then each computer could read information from it.

It'd help if we knew what you were trying to accomplish - it might be easier with rednet.
Bomb Bloke #3
Posted 04 April 2015 - 11:27 PM
As far as rednet goes, the code is exactly the same as it is for a wireless network.