2022-11-11 21:31:54 +00:00
2022-10-29 05:14:26 +04:00
2022-10-29 05:14:26 +04:00
2022-10-29 05:14:26 +04:00
2022-10-29 05:14:26 +04:00
2022-11-11 19:44:43 +00:00
2022-11-11 19:44:43 +00:00
2022-11-11 21:31:54 +00:00
2022-11-11 21:31:54 +00:00

Peernet Test Framework

Objective:

  • To generate a swarm of Peernet nodes
  • Setup custom Root and regular nodes
  • Simulate discovery and file transfer

The following library spawns peernet nodes automatically and runs each Peernet instance as a go routine.

The setup is intended to be as simple as possible.

Go build .

Run:

./Peernet-test-framework

Extend to your Go project (Instructions coming soon)

// import Test framework 

// Control config through function calls 

// Generate network and return Configs as a list 

// Manipulate each Peernet instance -> Reference WebAPI 
(Using as a pointers as they can be updated)
// -> Soon replaced as abstractions
Description
No description provided
Readme 162 KiB
Languages
Go 100%