Closed
Description
We're going to need to create the ipfs bitswap
command.
Subcommands:
ipfs bitswap wantlist [<peer>]
- Displays a peer's wantlist, or our own if no peer providedipfs bitswap ledger <peer>
- Displays ledger info for a peer (debt ratio, amount of data exchanged, etc, could have a subcommand to reset a ledger or manually set values)ipfs bitswap strategy
- Displays some info about the strategy in use (could have subcommands to adjust strategy settings)
Webui Features #415 depends on this
Activity
btc commentedon Dec 10, 2014
👍
(in the short term) We'll probably want to punt on exposing information about strategy. The interface is too unstable to take on dependents.
daviddias commentedon Jan 2, 2016
Currently, we have:
Currently
ipfs bitswap <peerId>
is behind the-p
flag (ipfs bitswap -p )Still missing:
8 remaining items