Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 421 Bytes

File metadata and controls

18 lines (18 loc) · 421 Bytes

Creating reliable and efficient peer-to-peer networks for sharing computation

IMPORTANT: EDIT config.json BEFORE RUNNING!

Example template:

{
	"origin": "192.168.0.1",
	"bootstrap": false,
	"bootstrapServer": "192.168.0.2",
	"initialConnectNumber": 2,
	"verifyOrigin": true,
	"ttl": 7,
	"rejectOnFailureMessage": true,
	"searchTries": 5,
	"peerlist": [],
	"logMessages": true,
	"timeout": 300000
}