You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andreas Penzkofer c5d50ea117
Update: update incomplete readmes (#2767)
7 months ago
..
.gitignore Add .gitignore for each example 4 years ago
README.md Update: update incomplete readmes (#2767) 7 months ago
main.go chore: fix typos (#2608) 12 months ago
main_test.go examples: update go-libp2p to v0.30.0 (#2507) 1 year ago

README.md

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 .