Skip to content

P2P chat based on github.com/ethereum/go-ethereum/p2p package

Notifications You must be signed in to change notification settings

bpiddubnyi/p2pchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p2pchat

P2P chat based on github.com/ethereum/go-ethereum/p2p package

No real life usage expected

Install

Because of go modules usage installation is possible on go >= 1.11 only

GO111MODULE=on go get -u github.com/bpiddubnyi/p2pchat

Usage

cd examples
p2pchat -c cfg.json
cd examples
p2pchat -c cfg2.json
cd examples
p2pchat -c cfg3.json
cd examples
p2pchat -c cfg4.json

Screenshot

Alice, Bob, Carol and Dave have a conversation

About

P2P chat based on github.com/ethereum/go-ethereum/p2p package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages