-
I have a setup with rust-libp2p node running in a browser and using webtransport-websys. It's connected to a go-libp2p node using webtransport and tries to exchange messages using bitswap. Both bi…
-
(some preliminary brainstorming based on a discussion with @whyrusleeping, @bigs)
## Goal
Revise/update/improve libp2p specs and provide clearer usage guidance
## List of proposed documents
…
ghost updated
5 years ago
-
Hello,
I've made some tries from this code, but 'peer joined' or 'message' events are not emitted with the same code on two computers in a local network. It looks like peers does not see each other…
-
- **Version**:
```
"dependencies": {
"@chainsafe/libp2p-noise": "^14.0.0",
"@chainsafe/libp2p-yamux": "^6.0.1",
"@libp2p/peer-id-factory": "^4.0.0",
"@libp2p/tcp": "^9.0.4"…
-
`UnhandledPromiseRejectionWarning: TypeError: this._libp2p.pubsub.getSubscribers is not a function
at PubSubRoom._pollPeers (ipfs-pubsub-room\src\index.js:106:49)
at listOnTimeout (i…
-
Regarding the RPC structure [https://github.com/libp2p/specs/tree/master/pubsub#Implementations](url)
In what case would an RPC message include multiple content messages from multiple sources?
How c…
-
Starting with an IRC conversation:
```
02:28 pedrot, daviddias: I'm facing a challenge bringing orbit-db usable with ipfs-api again: ipfs-pubsub-room. I was looking into it yesterday and
…
-
Before we jump into the problem, lets see how the communication is happening in bet.
The entire communication in bet is broadly divided into two parts.
1. The communication among the backend nod…
sg777 updated
2 years ago
-
Because the pinning nodes are not peered with each other, pubsub messages sent to one don't propagate to the others. An ipfs peer bootstrapping against the exposed hostname/ip is being directed by the…
-
As I understand agregore browser enables pubsub subscriptions through fetch API.
I'm planning to use agregore for my project, but in addition to using pubsub it will eventually need to validate mes…