Adds a special buffer chest that teleports items to entities within a configurable distance, whenever there are open logistic requests (e.g. from requester chests, spidertrons, or player characters).
Instead of having to use requestor chests, can a check box be added to the teleport chest to make it a remote requestor?
What I'm seeing happen is if I put a teleport chest in a network, the logistics bots are unable to see the contents, but when I output the contents to a logistics chest, the logistics bots quickly take the item from say a yellow chest and put it into the teleport chest, which outputs to the yellow chest, and the cycle continues. So if there was also an ability to select "request from: teleport/logistics bots" would also be nice.
When I get back to playing Factorio, I'll consider such feature requests (probably not at the moment).
In regards to the logistic network and bots, the vanilla/unmodded behaviour is basically unchanged. My code works on top of that, meaning that it just fulfills requests in an additional way by teleportation (which partially also works outside of a network).
It's unclear to me which situation you're describing, and what the feature you want is exactly.