Skip to content

Commit

Permalink
Added Bitswap Viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
adlrocha committed Nov 23, 2020
1 parent b8b83a6 commit 760278e
Show file tree
Hide file tree
Showing 6 changed files with 1,333 additions and 4 deletions.
7 changes: 4 additions & 3 deletions testbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ This repo implements a testbed to evaluate the performance of different IPFS exc
For the full project description, please consult [BEYOND_BITSWAP](https://github.com/protocol/ResNetLab/tree/master/BEYOND_BITSWAP)

The repo is conformed by the following parts:
* [testbed](./testbed): It implements a Testground test environment and a set of python scripts to run the tests and process the results.
* [probe](./probe): A simple CLI tool that comes pretty handy to test new implementations and for debugging purposes.
* [datasets](./test-datasets): Add in this directory any of the datasets you want to use in your tests.
* [Testbed](./testbed): It implements a Testground test environment and a set of python scripts to run the tests and process the results.
* [Probe](./probe): A simple CLI tool that comes pretty handy to test new implementations and for debugging purposes.
* [Bitswap Viewer](./viewer): This ObservableHQ notebook would enable you with a visual way to observe the messages exchanged between Bitswap nodes step by step in a file-sharing execution.
* [Datasets](./test-datasets): Add in this directory any of the datasets you want to use in your tests.

You will find additional documentation in these directories.
2 changes: 1 addition & 1 deletion testbed/probe/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ require (

)

replace github.com/ipfs/go-bitswap => github.com/adlrocha/go-bitswap v0.2.20-0.20200811113214-8663be04154d
replace github.com/ipfs/go-bitswap => github.com/adlrocha/go-bitswap v0.2.20-0.20201123095436-1e2319bd190f
Loading

0 comments on commit 760278e

Please sign in to comment.