108 posts
Posted 07 January 2013 - 10:06 PM
I'd like to see a method added to the peripheral that is the computer that allows me to queue and event. At the moment the closest you can get is using a startup program that reads messages off of rednet and queues them. You could probably automatically do this by having a turtle place a disc next to the computer and reboot it, but I still feel this should just be a part of the already-existing peripheral.
2447 posts
Posted 07 January 2013 - 11:58 PM
Nah. Tell me how you'd read that event on the other side, without an already existing program?
997 posts
Location
Wellington, New Zealand
Posted 08 January 2013 - 12:49 AM
Nah. Tell me how you'd read that event on the other side, without an already existing program?
Perhaps you have one running and you, say, want a mining database turtle to update its program from the master computer
724 posts
Posted 08 January 2013 - 01:31 AM
Nah. Tell me how you'd read that event on the other side, without an already existing program?
Perhaps some external peripheral keyboard would send user input without additional driver.
2447 posts
Posted 08 January 2013 - 04:35 AM
Nah. Tell me how you'd read that event on the other side, without an already existing program?
Perhaps you have one running and you, say, want a mining database turtle to update its program from the master computer
Then use a floppy disk to communicate. Either way, hacks like this aren't going to happen - the closest you'll get is when we finally implement wired rednet.
108 posts
Posted 08 January 2013 - 02:35 PM
Nah. Tell me how you'd read that event on the other side, without an already existing program?
Perhaps you have one running and you, say, want a mining database turtle to update its program from the master computer
Then use a floppy disk to communicate. Either way, hacks like this aren't going to happen - the closest you'll get is when we finally implement wired rednet.
so then, I guess I'll just have to install a hidden startup directory on the host computer that listens to rednet and converts what it receives in to events
2447 posts
Posted 08 January 2013 - 03:06 PM
… why would you need to do that? If you have code running on the computer you can do whatever you want, without hacking around with events.