Posted 06 June 2014 - 10:18 PM
I had small conversation with Cranium today about peripheral.call() at this topic:
Starting here - to here
Could anyone confirm and give example of it working like that or deny its existence? I attempted to test it myself and it did not work as advertised. Thank you in advance.
Starting here - to here
I'd recommend some punctuation on that post ASAP. Makes my brain hurt to read.
I don't really agree with this idea, it just seems like there's no real reason to make turtles wired. If you want a turtle to connect to a wired network, you can use a properly coded regular computer as a proxy. Remember, you can greate your own peripheral calls.
What did you exactly meant by making your own peripheral calls?
Using peripheral.call(), you can pass a custom peripheral call to any peripheral attached. It depends on if you're listening to the right calls though. I think there was an OS that did this a while back…
Wait… you could use peripherall.call() to call a custom call? How does that even work? Doesn't it just do nothing if peripheral don't have that method? Or are we talking about custom peripheral mod here? Sorry for offtopic but i am confused a lot.
I've never personally used it, but I was under the impression that almost anything can go into the parentheses, and as long as the peripheral(in this case a computer) was watching for that event, you can handle it. Again, I've not tested this myself, but that's what I was told.
Could anyone confirm and give example of it working like that or deny its existence? I attempted to test it myself and it did not work as advertised. Thank you in advance.
Edited on 06 June 2014 - 08:22 PM