mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-29 09:41:34 +00:00
examples/README: Reference hole punching tutorial (#2935)
This commit is contained in:
@ -9,7 +9,7 @@ A set of examples showcasing how to use rust-libp2p.
|
|||||||
Small `ping` clone, sending a ping to a peer, expecting a pong as a response. See
|
Small `ping` clone, sending a ping to a peer, expecting a pong as a response. See
|
||||||
[tutorial](../src/tutorials/ping.rs) for a step-by-step guide building the example.
|
[tutorial](../src/tutorials/ping.rs) for a step-by-step guide building the example.
|
||||||
|
|
||||||
## Individual libp2p protocols
|
## Individual libp2p features
|
||||||
|
|
||||||
- [Chat](./chat.rs)
|
- [Chat](./chat.rs)
|
||||||
|
|
||||||
@ -44,6 +44,10 @@ A set of examples showcasing how to use rust-libp2p.
|
|||||||
|
|
||||||
Discover peers on the same network via the MDNS protocol.
|
Discover peers on the same network via the MDNS protocol.
|
||||||
|
|
||||||
|
- [Hole punching tutorial](https://docs.rs/libp2p/latest/libp2p/tutorials/hole_punching/index.html)
|
||||||
|
|
||||||
|
Tutorial on how to overcome firewalls and NATs with libp2p’s hole punching mechanism.
|
||||||
|
|
||||||
## Integration into a larger application
|
## Integration into a larger application
|
||||||
|
|
||||||
- [File sharing application](./file-sharing.rs)
|
- [File sharing application](./file-sharing.rs)
|
||||||
|
Reference in New Issue
Block a user