How to use CC Based QuickSort and ItemSink modules?
joserobjr opened this issue · 8 comments
I searched a lot but I couldn't find how we use it.
Can you please provide a small example of how we could use it?
I tried the following code but I'm not receiving events...
pipe=peripheral.wrap("bottom")
pipe.setTurtleConnect(true)
print(os.pullEvent())
I also tried:
pipe=peripheral.wrap("bottom")
pipe.setTurtleConnect(true)
module=pipe.getModule(3)
module.help()
but the only method exposed is hasGui()
I can not seem to find documentation myself, and no event is fired when an item is injected into the network.
Edit:
And looking at the code, I am unable to figure it out so far.
@gudenau if you are having problems figuring this out, please open a new issue, as yours might be unrelated to this one. Also describe what exactly you are trying to do and what pipes/computers are involved.
Ok, will do. If you want I could make a video.
On Apr 11, 2016 9:23 AM, "Benedikt Ziemons" [email protected]
wrote:
@gudenau https://github.com/gudenau if you are having problems figuring
this out, please open a new issue, as yours might be unrelated to this one.
Also describe what exactly you are trying to do and what pipes/computers
are involved.—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#347 (comment)
@gudenau if that helps, of course. Most of the times one can describe it in text faster than recording, cutting, uploading a video though.
Ok, but who cuts videos? I don't so far.
On Apr 11, 2016 9:28 AM, "Benedikt Ziemons" [email protected]
wrote:
@gudenau https://github.com/gudenau if that helps, of course. Most of
the times you can describe it faster in text than recording, cutting,
uploading a video though.—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#347 (comment)
I'm afraid I couldn't find that information in the official wiki, I found only information about the normal QuickSort and ItemSink modules and about the ComputerCraft API but I couldn't find information about "CC Based QuickSort Module" and "CC Based ItemSink Module" that were added at April 27th (0c16106)
CC Based: (404)
http://rs485.thezorro266.com/wiki/CC_Based_QuickSort_Module
http://rs485.thezorro266.com/wiki/CC_Based_ItemSink_Module
Normal:
http://rs485.thezorro266.com/wiki/QuickSort_Module
http://rs485.thezorro266.com/wiki/ItemSink_Module