https://github.com/berty/go-libp2p-mock
fork of offcial mocknet for libp2p host
https://github.com/berty/go-libp2p-mock
Last synced: 11 days ago
JSON representation
fork of offcial mocknet for libp2p host
- Host: GitHub
- URL: https://github.com/berty/go-libp2p-mock
- Owner: berty
- License: mit
- Created: 2023-06-15T11:29:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:42:37.000Z (over 1 year ago)
- Last Synced: 2025-01-19T17:52:55.481Z (12 months ago)
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
This repository hosts a fork of the `github.com/go-libp2p/p2p/net/mock` subpackage, formerly maintained by libp2p. It provides a mock network interface for testing purposes within the go-libp2p ecosystem.
### Troubleshooting
_(please use [issues](https://github.com/berty/go-libp2p-mock/issues)
### Testing
to test this package, use `make test`
## Contributing
[](https://github.com/berty/community)
If you want to help out, please see [CONTRIBUTING.md](./CONTRIBUTING.md).
This repository falls under the Berty [Code of Conduct](https://github.com/berty/community/blob/master/CODE_OF_CONDUCT.md).
You can contact us on the [`#dev-💻`](https://crpt.fyi/berty-dev-discord) channel on [discord](https://crpt.fyi/berty-discord).
## License
Dual-licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) and [MIT](https://opensource.org/licenses/MIT) terms.
`SPDX-License-Identifier: (Apache-2.0 OR MIT)`
See the [COPYRIGHT](./COPYRIGHT) file for more details.