Bomb Bloke, on 31 May 2013 - 06:47 AM, said:
bbqroast, on 31 May 2013 - 01:18 AM, said:
The Rednet API doesn't have any concept of port numbers that I can see, but does have an "open port" detection system in rednet.send that could be misleading you - the documentation is rather ambiguous as to what it actually does, but if I'm reading it correctly, it'll block the program and auto-resend until the receiving computer is actually trying to receive a message before halting transmission (rather then "just sending it", and potentially having the message lost because the receiver was doing something else at the time). I'd have to test it to be sure.
The issue is that I think Rednet.send uses port numbers to achieve the computer to computer comms, but now the modem API is open someone can listen into rednet.send.


