hosts

command
v4.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2016 License: MIT Imports: 14 Imported by: 0

README

libp2p host example

What this does

This example can be started in either listen mode, or dial mode. When running as a listener, it will sit and wait for incoming connections on the /hello/1.0.0 protocol. Whenever it receives a stream, it will write the message "hello libp2p" over the stream and close it. When run in dial mode, the node will start up, connect to the given address, open a stream to the target peer, and read a message on the protocol /hello/1.0.0

Building

$ go build

Usage

In one terminal:

$ ./hosts -l 4737

In another, copy the address printed by the listener and do:

$ ./hosts -d ADDRESS

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL