This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Rednet frequencys
Started by Sxw, 12 February 2013 - 11:09 AMPosted 12 February 2013 - 12:09 PM
I was thinking, maybe we should have a wiki page like the turtle id reserve page where people can reserve rednet ids so there hopefully won't be conflicts? Just a thought.
Posted 12 February 2013 - 12:18 PM
Even if you reserve your frequency you should still be filtering your messages in some way. For example, all of my programs uses a 3-letter prefix in all caps for all rednet, so this change doesn't really affect me.
Posted 12 February 2013 - 12:32 PM
You could override the peripheral API to manage the different frequencies if it detects the peripheral to be a modem.
Posted 12 February 2013 - 01:10 PM
send prime factor encrypted messages. theyre REALLY hard to crack and really fast to decode
Posted 12 February 2013 - 01:15 PM
Hmm. Never thought of that. We could use handshake security.
Posted 13 February 2013 - 08:47 AM
Erm, no. 65535 is a big enough number to not cause many frequency conflicts.
Posted 13 February 2013 - 08:56 AM
i talked about that method heresend prime factor encrypted messages. theyre REALLY hard to crack and really fast to decode
Posted 13 February 2013 - 12:32 PM
How hard is it to actually add light encryption to your rednet messages?
Posted 13 February 2013 - 01:31 PM
you would need to code it, wich most people are lazy aboutHow hard is it to actually add light encryption to your rednet messages?
Posted 14 February 2013 - 12:31 PM
I wrote a little encryption algorithm once using XOR in javascript. Probably wouldn't be very hard to port it to lua.
Posted 14 February 2013 - 01:11 PM
thats not what we are talking about >_>
i already have a symmetric algorithm
i already have a symmetric algorithm