Thomas Eizinger
Thomas Eizinger
What does bootstrap refer to? And I am pretty sure `rust-libp2p` can do random walks :) Seems to be outdated! I'll put it on my list for tomorrow to update!
> > What does bootstrap refer to? > > Not sure what you mean with this question The first row in the screenshot you posted.
> I don't actually know what is referred to there. It links to the kad-DHT spec [libp2p/specs@`master`/kad-dht/README.md#bootstrap-process](https://github.com/libp2p/specs/blob/master/kad-dht/README.md?rgh-link-date=2023-09-27T11%3A10%3A04Z#bootstrap-process) but it doesn't go into the actual details and it isn't clear what...
> Given how many conferences we all go to, I think a better use case would be to demo [WebRTC data channel establishment & signaling via QRcode](https://github.com/TomasHubelbauer/webrtc-qr-signaling-channel) in person. If...
Wrote up a proposal for ambient peer discovery here: https://github.com/libp2p/specs/discussions/587
> There may be some limits to how many concurrent browser peers can exchange messages by only being connected to the rust peer. This is where directly connecting to other...
> > There may be some limits to how many concurrent browser peers can exchange messages by only being connected to the rust peer. This is where directly connecting to...
Setting to draft until we have CI.
While working on this, I noticed a strange behaviour @libp2p/js-libp2p-dev. The `js-peer` within this repository doesn't support the ping protocol. That is fine. What is weird is that I am...
> ```rust > let cmd_char = light.characteristics()[&LIGHT_CHARACTERISTIC_UUID]; > ``` If it is just about API ergonomics, then a new type around the returned `BTreeSet` plus an imlementation of [`Index`](https://doc.rust-lang.org/std/ops/trait.Index.html) would...