Skip to content

stratosphereips/p2p4slips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer to peer component for the Stratosphere Linux IPS (SLIPS)

This program is a demo for the P2P part of SLIPS. It enables sharing network information between SLIPS nodes, which can improve overall network security.

How to build this example?

go get -v -d ./...

go build

Demo usage

Use two different terminal windows to run

./p2p-experiments
./p2p-experiments -port=4002

You will see the peers start and contact each other.

Usage with SLIPS

This program is called from the slips P2P module. Save files for Peer storage and for encryption keys can be set up to use the same identity after restart.

About

Experiments in p2p networking using libp2p in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages