# beetle bitswap next [![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/iroh-bitswap?style=flat-square)](./LICENSE-MIT) This contains an implementation of the [IPFS bitswap protocol](https://docs.ipfs.tech/concepts/bitswap/) forked from [beetle (previously Iroh)](https://github.com/n0-computer/beetle). It sends blocks of data to other peers in the IPFS network who want them, and receives blocks requested by the client from the network. ## License Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.