Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 634 Bytes

File metadata and controls

26 lines (16 loc) · 634 Bytes

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.