ipfs/kubo

API for transfer progress stats

開放

#3,054 建立於 2016年8月7日

 (2 則留言) (2 個反應) (0 位負責人)Go (2,725 個分叉)batch import
exp/novicehelp wantedstatus/deferred

倉庫指標

星標
 (13,906 顆星)
PR 合併指標
 (平均合併 4天 2小時) (30 天內合併 28 個 PR)

描述

There has been a fair amount of demand for a way to check the 'transfer progress' of a given file, similarly to how torrent clients show.

This is not currently a very easy thing to track, but i think that we can abuse context values and the commands diagnostics api (ipfs diag cmds) codebase to get something working here.

We first should design what we want this api to look like, and what format the information it provides should be in. Then we can go ahead and try to implement it.

貢獻者指南