Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add libp2p transport backend #5

Open
cskiraly opened this issue Feb 23, 2022 · 0 comments
Open

add libp2p transport backend #5

cskiraly opened this issue Feb 23, 2022 · 0 comments

Comments

@cskiraly
Copy link
Collaborator

We have 3 protocol layers in the current code, on top of Chronos DatagramTransport.
1, the Transport, implementing key exchange and low level authenticated datagram transport
2, the discv5 protocol with its FindNode and Talk messaging
3, the AddProvider/GetProviders messaging on top of Talk.

Layer 1 could be replaced with the stream oriented libp2p equivalent, including libp2p-noise handshake and security.

The goal is to have both as alternatives, under the same API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant