This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Sxw's profile picture

Rednet frequencys

Started by Sxw, 12 February 2013 - 11:09 AM
Sxw #1
Posted 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.
SpoilerI reserve id 1337</joke>
D3matt #2
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.
JJRcop #3
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.
tesla1889 #4
Posted 12 February 2013 - 01:10 PM
send prime factor encrypted messages. theyre REALLY hard to crack and really fast to decode
Tiin57 #5
Posted 12 February 2013 - 01:15 PM
Hmm. Never thought of that. We could use handshake security.
Cloudy #6
Posted 13 February 2013 - 08:47 AM
Erm, no. 65535 is a big enough number to not cause many frequency conflicts.
PixelToast #7
Posted 13 February 2013 - 08:56 AM
send prime factor encrypted messages. theyre REALLY hard to crack and really fast to decode
i talked about that method here
aarondm #8
Posted 13 February 2013 - 12:32 PM
How hard is it to actually add light encryption to your rednet messages?
PixelToast #9
Posted 13 February 2013 - 01:31 PM
How hard is it to actually add light encryption to your rednet messages?
you would need to code it, wich most people are lazy about
Sxw #10
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.
PixelToast #11
Posted 14 February 2013 - 01:11 PM
thats not what we are talking about >_>
i already have a symmetric algorithm