ComputerCraft Forums

General => General => Topic started by: Dacooldorian on Aug 17, 2023, 11:52 PM

Title: Rednet through bundled cables?
Post by: Dacooldorian on Aug 17, 2023, 11:52 PM
Is there any way to do rednet through bundled cables?
Title: Rednet through bundled cables?
Post by: QuickMuffin8782 on Aug 21, 2023, 09:04 AM
Quote from: Dacooldorian on Aug 17, 2023, 11:52 PMIs there any way to do rednet through bundled cables?
It's possible, but however there must be 2 programs for it.
One which will listen for recieved inputs, and one which will send them. You might want to research how some computers transfer data, for example how the TI-83 shares data with just 2 inputs/outputs.
Title: Rednet through bundled cables?
Post by: ralphgod3 on Aug 24, 2023, 04:27 PM
you do run into some limitations when implementing it in mc but it has been done before.

you really dont need 2 programs if you want to ping pong message but you will need to run the receive function always using either parallel or your own coroutine manager.

if you are interested in how to implement it see the video below: