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

[1.53]DeweySalt's Programs - Wireless redstone revamped!

Started by DeweySalt, 16 June 2013 - 05:42 PM
DeweySalt #1
Posted 16 June 2013 - 07:42 PM



Wireless Redstone v2.0
SpoilerAs I noticed that my wireless redstone program from long ago no longer worked for some reason, I've removed the API it uses and put the functions in the program itself, and rewrote some of the basic code. This seems to have fixed it, but if you have any errors, please report here.
Pastebin: http://pastebin.com/VSLC0wvr
Old Thread: www.computercraft.info/...

NEWS:
- I'm changing a bit of the sending code atm so that it gives some info about what it sent rather than just saying 'SENT: Redstone change' every time.
- I'm currently making a simple wireless redstone API to work similarly to the wireless redstone mod.

Video of the program from my old channel:
[media]http://www.youtube.com/watch?v=raKC2Z8vQ2o[/media]
SiKeDDeMoNMC #2
Posted 17 June 2013 - 10:08 AM
Okay this is really cool, but quite simple
DeweySalt #3
Posted 17 June 2013 - 05:49 PM
Okay this is really cool, but quite simple

If you have any ideas on what I can make, I'll happily try, but I'm fresh out of ideas.
gknova61 #4
Posted 20 June 2013 - 06:39 PM
Support for Bundled Cable, and multiple frequencies (with letter and punctuation support)! :D/>
Mysticpoisen #5
Posted 11 August 2013 - 07:16 PM
What this mod could use, if it doesn't have it already, is to remember it's role and frequency upon startup from last startup.
Kingdaro #6
Posted 11 August 2013 - 08:37 PM
This is a pretty neat idea! A bit of a necro but still pretty cool nonetheless.
DeweySalt #7
Posted 12 August 2013 - 02:26 AM
This is a pretty neat idea! A bit of a necro but still pretty cool nonetheless.

Thanks :)/> I've been on the lazy side with coding lately.
Zee #8
Posted 13 August 2013 - 08:40 AM
Nice, Dewey.
lordphoenixmh #9
Posted 24 September 2013 - 01:15 PM
What this mod could use, if it doesn't have it already, is to remember it's role and frequency upon startup from last startup.
I agree, this would be helpful for when a server restarts.
Agoldfish #10
Posted 09 October 2013 - 12:55 PM
This. This is amazing. Will you make the code open source?
Knux14 #11
Posted 09 October 2013 - 12:56 PM
Thats fine, but you should add something to remember the Freq id ;)/>
and io.read might be replaced by read


This. This is amazing. Will you make the code open source?

Wt* … Do you know its a Lua file ?
Edited on 09 October 2013 - 10:58 AM
Agoldfish #12
Posted 14 October 2013 - 01:27 PM
Thats fine, but you should add something to remember the Freq id ;)/>
and io.read might be replaced by read


This. This is amazing. Will you make the code open source?

Wt* … Do you know its a Lua file ?
I noticed it was a stupid question AFTER it was posted. Didn't bother to edit it.