Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.88 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.88 KB

Hyper-Yggdrasil

Allow two Yggdrasil nodes to connect via hyperdht.

This proof of concept works the following way:

01 | Yggdrasil instance no. 1
02 |   🡲 tcp://localhost-1
03 |     🡲 NodeJS: `net` ⇿ `hyperdht`
04 |       🡲 INTERNET
05 |         🡰 NodeJS: `hyperdht` ⇿ `net`
06 |           🡰 tcp://localhost-2
07 |             🡰 Yggdrasil instance no. 2

Screencast

Screencast

It shows:

  1. Two NodeJS scripts are connected via HyperDHT. They also open a local TCP ports.
  2. Yggdrasil is started connected to the local HyperDHT server/client via TCP.
  3. IPv6 pings are sent via Yggdrasil.
  4. Encrypted traffic is observed, pings succeed.

Related


👋 Idea kicked off at Hackergarten Stuttgart (#Hackergarten).