Luanub, on 29 January 2014 - 05:21 AM, said:
This even supports my statement even more.
There are 65535 channels, and any one given computer can only open 128 channels at a time. That means in order to be listening to every single channel at any given point in time you would have to have 512 computers on recording the messages.
Haha, no it really doesn't support your statement

Also I count 86 computers, not 512.
65535/128/6=85.3
Luanub, on 29 January 2014 - 05:21 AM, said:
With a little work you could make finding your ID's(or even catching one of your messages) very unlikely.
*yawn* here is just a simplistic method that I've not even bothered to think more than 2 seconds about and I already know it would work on most servers, with a little bit more work it would work on
all servers!
Step 1. Place down computer
Step 2. Make program with following on a disk
local max = os.computerID()
local modem = peripheral.wrap("left")
for i = 1, max do
modem.open(i)
end
local _, _, sChannel, rChannel, msg = os.pullEvent("modem_message")
print("#"..rChannel.." sent a message to #"..sChannel.." saying: "..msg)
Step 3. Every few days re-place the computer (make sure not to label the computer, we want a new ID, hence suggesting the floppy in the previous step)
Step 4. ???
Step 5. Profit
Edited by theoriginalbit, 29 January 2014 - 05:32 AM.