10ksim/README.md

26 lines
782 B
Markdown
Raw Normal View History

2023-09-13 16:28:00 +02:00
# Distributed deployer framework (Template name)
**Python Version**: 3.11.5
### Main objectives
- [ ] Automatic deployment of any P2P utils
- [ ] Deployment of 10k Gossipsub / Waku relay nodes
- [ ] Bandwidth usage per node
- [ ] Log data for analysis
### Secondary objectives
- [ ] Add QoS parameter support to the 10k tool
- [ ] Run further Waku protocols:
- [ ] Filter
- [ ] Lightpush
- [ ] Store
- [ ] Peer exchange
## Acknowledgment
Inspired in the [Codex](https://codex.storage/) framework https://github.com/codex-storage/cs-codex-dist-tests
**Original Authors**:
- [Ben Bierens](https://github.com/benbierens)
- [Slava Doina](https://github.com/veaceslavdoina)
- [Shaun Orssaud](https://github.com/Shorssaud)
- [Eric Mastro](https://github.com/Shorssaud)