the idea is for something that repeats a rednet wired signal but works with firewolf
something a bit like this:
Posted 17 April 2013 - 07:17 AM
Posted 17 April 2013 - 07:22 AM
Posted 17 April 2013 - 07:23 AM
Posted 17 April 2013 - 07:51 AM
local receiver = peripheral.wrap("left")
local sender = peripheral.wrap("right")
receiver.open(5)
while true do
local _, side, channel, rep, msg = os.pullEvent("modem_message")
if side == "right" then
sender.transmit(channel, rep, msg)
end
end
Posted 17 April 2013 - 07:51 AM
Edited by Sariaz, 17 April 2013 - 07:56 AM.
Posted 17 April 2013 - 08:05 AM
Posted 17 April 2013 - 08:09 AM
Posted 17 April 2013 - 08:37 AM
Posted 17 April 2013 - 08:40 AM
Posted 17 April 2013 - 08:59 AM
Posted 17 April 2013 - 10:09 AM
Posted 17 April 2013 - 11:26 AM
Posted 17 April 2013 - 11:44 AM
if <What ever you do to receive LAN messages> right then <have it send in the opposite direction> end --Then the same thing, but for the other side... It would be easier to use giant rednet towers pinging the message.
Posted 18 April 2013 - 02:50 AM
Posted 18 April 2013 - 03:27 AM
Posted 18 April 2013 - 05:10 PM
Posted 19 April 2013 - 03:06 AM
Posted 19 April 2013 - 05:05 AM
0 members, 1 guests, 0 anonymous users