Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffered Transport Pipe #48

Open
Nightreaver opened this issue Aug 20, 2013 · 4 comments
Open

Buffered Transport Pipe #48

Nightreaver opened this issue Aug 20, 2013 · 4 comments
Labels

Comments

@Nightreaver
Copy link

I have the idea of a kind of "buffered transport pipe". I've got a loop where items traveling through until there is a free space in one of the boxes, this makes them traveling round and round for minutes.

The idea is, to add a pipe that collects 6 - 10 items, and send one out every x seconds. maybe every 30 or 60, 120 360 (maybe configurable) and so on and maybe a random one from this small inventory if you switch modes?!
if its full (no more slots left) it kicks out one from inventory and take up the new one (then the timer will be reset)

@GnomesStalkChildren
Copy link

i like

@Flow86
Copy link
Owner

Flow86 commented Aug 22, 2013

yes I like that idea too 👍

I'll look into it

@uberblah
Copy link

uberblah commented Jan 1, 2014

IMPORTANT: It would be really nice to see it use a FIFO setup. This would allow packets whose ordering is important to maintain ordering.

@da3dsoul
Copy link

All of the above is possible, and I really like the idea. I'll probably make it in the next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants