Replies: 2 comments
-
It depends on what your protocol looks like on the wire. To interoperate successfully, a node needs to follow certain specifications, see https://github.com/libp2p/specs for details. For example, for a QUIC connection, we require a particular TLS extension. For a TCP connection, we expect the use of There is work under way to also support running on top of HTTP transports but that is still in the design phase, see libp2p/specs#508. |
Beta Was this translation helpful? Give feedback.
-
@thomaseizinger thanks for the reply. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried libp2p previously, where both were libp2p clients. currently i was rewriting ZeroNet into rust @https://github.com/ZeroNetX/zeronet-rs from Python, instead of rewriting network layer, we want to migrate protocol into libp2p, afaik libp2p communication uses noise to encrypt communication and connection couldn't be made with PlainText1Config when I last tried.
So my question is, is it possible to create a communication layer between a libp2p and non-libp2p client ?
Beta Was this translation helpful? Give feedback.
All reactions