IPFS 是分布式文件系统,寻求连接所有计算机设备的相同文件系统。在某些方面,这很类似于原始的 Web 目标,但是 IPFS 最终会更像单个比特流群交换的 Git 对象。
IPFS = InterPlanetary File System
IPFS 云成为一个新的,重要的网络子系统,如果构建得当,那么可以完善或者替换 HTTP,或者说可以完善或者替代更多,听起来很疯狂,但是确实很疯狂!
IPFS 结合了 Git,BitTorrent,Kademlia,SFS 和 Web 的优势,提供跟 HTTP web 一样简单的接口。
IPFS 分为 3 个代码库:
github.com/ipfs/ipfs - IPFS 规范
github.com/protocol/ipfs-webui - Web 工作台
使用:
USAGE: ipfs - global p2p merkle-dag filesystem ipfs [] [ ] ... BASIC COMMANDS iNit Initialize ipfs local configuRATion add Add an object to ipfs cat Show ipfs object Data get Download ipfs objects ls List links from an object refs List hashes of links from an object DATA STRUCTURE COMMANDS block Interact with raw blocks in the datastore object Interact with raw dag nodes file Interact with UNIX filesystem objects ADVANCED COMMANDS daemon Start a long-running daemon process mount Mount an ipfs read-only mouNTPoint resolve Resolve any type of name name Publish or resolve IPNS names dns Resolve DNS links pin Pin objects to local storage repo gc Garbage collect unpinned objects NETWORK COMMANDS id Show info about ipfs peers Bootstrap Add or remove bootstrap peers swarm Manage conNECtions to the p2p network dht Query the dht for values or peers ping Measure the latency of a connection Diag Print diagnostics TOOL COMMANDS config Manage configuration version Show ipfs version information update Download and apply go-ipfs updates commands List all available commands Use 'ipfs --help' to learn more about each command.
发布于 2017-09-28 00:57:36 | 76 次阅读
发布于 2017-03-03 00:17:58 | 186 次阅读
发布于 2017-02-10 23:50:10 | 102 次阅读
发布于 2017-01-31 00:26:42 | 134 次阅读
发布于 2017-01-22 23:59:30 | 116 次阅读
发布于 2016-09-14 00:00:43 | 221 次阅读
发布于 2016-09-09 23:53:25 | 148 次阅读
发布于 2016-07-24 00:21:24 | 112 次阅读
发布于 2016-07-03 23:55:55 | 194 次阅读
发布于 2016-05-18 00:32:54 | 258 次阅读
发布于 2016-03-15 23:50:44 | 158 次阅读