-
Notifications
You must be signed in to change notification settings - Fork 30
Integration with cjdns #14
Comments
Cjdns implements end-to-end encrypted, peer-to-peer IPv6 networks, Cjdns networks are source-routed: the decision about routes/paths is made at the packet origin. It consists of the following interdependent components.
The C implementation lives at https://github.com/hyperboria/cjdns, Life of a packet:
|
Actionable tasks:
Stuff to figure out:
Stuff to integrate:
|
ed25519 currently is not supprted by cjdns, it might be in future, cjdns supports only curve25519 which is variant of ECDH. The IP in cjdns network is I see place for the integration at:
This way we don't have to implement parts of cjdns in Go but just use existing cjdns stack. Linking: ipfs/kubo#1316 |
This is continued in #143 |
Notes regarding different levels of cjdns integration will go here.
The text was updated successfully, but these errors were encountered: