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

rednet monitors

Started by cheekycharlie101, 17 November 2012 - 05:24 AM
cheekycharlie101 #1
Posted 17 November 2012 - 06:24 AM
ok so this came across my mind when i was thinking of using bundled cables from redpower in my code because you can send rednet signals down them. well my idea is that you should be able to type

monitor run back test
then if there is a bundled cable at the back connected to a monitor it should then work on the montior.
then you could possible add modems to monitors that have a special id like computers so you can do something like


mon.rednet(id, programName)
but maybe this should only be available to advanced computers/monitors. cant really think of any uses from the top of my head, its just a cool idea i thought of.
thanks -Cheeky
Jasonfran #2
Posted 17 November 2012 - 06:58 AM
This is possible already, just make the computer connected receive and handle rednet messages
cheekycharlie101 #3
Posted 17 November 2012 - 07:38 AM
This is possible already, just make the computer connected receive and handle rednet messages
i know that, but thats just more code. it would be nice if you could just do "monitor rednet <side> <id> <program> and it would just run the program on the monitor. and have cables connect to actual monitors. if you think about it real computers have cables connected to them. they are not just joined to the computer are they
Cranium #4
Posted 17 November 2012 - 08:51 AM
The point is to give you the tools to make great programs. Not make great programs for you to make into tools. Write a program that does it yourself.
KaoS #5
Posted 17 November 2012 - 07:33 PM
the issue with rednet monitors is spamming… it is inevitable
Tiin57 #6
Posted 18 November 2012 - 12:19 AM
the issue with rednet monitors is spamming… it is inevitable
Meh… Not really an issue. The Java code behind built-in rednet monitors would likely put more strain on the server than a decently-coded setup.
Cloudy #7
Posted 18 November 2012 - 12:24 AM
Monitors are not going to be rednet connectable. However peripheral cables are planned.