ceremonyclient/go-libp2p/examples/relay
Cassie Heart ebb31fd792 v1.4.19
2024-06-08 11:32:45 +00:00
..
.gitignore Launch readiness: import utility 2023-08-20 23:07:43 -05:00
main_test.go Launch readiness: import utility 2023-08-20 23:07:43 -05:00
main.go v1.4.19 2024-06-08 11:32:45 +00:00
README.md v1.4.19 2024-06-08 11:32:45 +00:00

Relay-based P2P Communication Example

Overview

This project demonstrates the setup of a relay-based peer-to-peer communication using the libp2p library in Go. It features creating unreachable libp2p hosts and facilitating their communication through a relay node.

Features

  • Creation of two "unreachable" libp2p hosts.
  • Setup of a relay node to enable communication between these hosts.

Usage

Run the program

go run .