-
We use kubespray installation on bare-metal with **Weave Net** CNI.
With the default weave net configuration it uses encryption for communication within cluster. Example from the test environmen…
OKyHb updated
3 years ago
-
## Problem
Demonstrate the usage of the js-waku relay API in a real example.
## Solution
Build a terminal chat app compatible with the nim-waky chat2 example app.
## Acceptance Criteria
…
D4nte updated
3 years ago
-
The vision of IPv8 has always been function over form: rapid prototyping for domain experts. We can make this a bit less of a trial-by-fire by adding two decorators to the message handlers:
1. A de…
-
** Bug**
**Steps to reproduce :**
- Install Rancher server 2.2.8
- Deploy a cluster with kubernetes 1.14.6 and with Weave network provider
**Result:**
Weave encryption is disabled:
`kubectl …
-
We have several instances of lookups by set hash in the `Network` class. These all look like this example:
https://github.com/Tribler/py-ipv8/blob/e060a37a0ddad5f3c061305bb56ebb107c494340/ipv8/peer…
-
In an Electron-Typescript-React app I'm getting these errors:
TS2554: Expected 2 arguments, but got 5.
62 |
63 | // Listen for new connections to peers
> 64 | libp…
-
Sometimes panic occurs while discovery in progress:
```
panic: runtime error: index out of range [6] with length 6
goroutine 19 [running]:
github.com/schollz/peerdiscovery.Discover(0xc0002e5e50,…
-
Hi,
I have setup a "webrtc-star" server here: https://star.sc2.nl/
Next i use the following code that is compiled to browser code using parcel. You can (nearly literally) copy/paste it in your own…
-
Hi,
I am working on a webcam app using libp2p. Inorder to connect the peers, I tried the below libp2p code but it didn’t worked for me.
**App.js Code**
```
const SIGNAL_SERVER = '/ip4/1…
-
- **Version**:
```
"libp2p": "^0.29.3",
"libp2p-bootstrap": "^0.12.1",
"libp2p-gossipsub": "^0.6.4",
"libp2p-mplex": "^0.10.1",
"libp2p-noise": "^2.0.1",
"libp2p-webrtc…