Pedro Teixeira
Pedro Teixeira
Probably something with long-running WebRTC connections. I think this would improve if we were to manage connections according to user usefulness...
Depends on https://github.com/ipfs/js-ipfs/issues/1088
There is some support for relay for LAN discovery and participation in peer-base: https://github.com/peer-base/peer-base/blob/master/src/transport/ipfs-relay.js It's a bit clunky, as we need to also [use the IPFS API to poll swarm...
Depends on: - [ ] [support stream through IPFS daemon](https://github.com/ipfs-shipyard/peer-pad/issues/285) - [ ] [use MFS instead of local store ](https://github.com/ipfs-shipyard/peer-pad/issues/286)
@whyrusleeping I'm trying to discover peers that are interested in the same collaborations as I am (topic-based peer discovery).
Apparently js-ipfs does not support this, so I think companion doesn't either. Opened respective [issue on js-ipfs](https://github.com/ipfs/js-ipfs/issues/1828) for clarification.
@magik6k ha, thanks for the feedback! If it's not websockets we can't use it directly in the browser context, and we would need this to be in the IPFS daemon..
Depends on https://github.com/ipfs-shipyard/peer-star-app/issues/4
@jimpick about this last problem you described: Currently the pinner doesn't keep multiple heads, it simply resorts to storing one. One thing it does is it never "goes back" in...
@parkan I believe that a bootstrap process state machine was being discovered by @marcooliveira and @andreforsousa (in the context of Discussify, but I believe it can be applied). Perhaps we...