10ksim/README.md
2023-12-04 19:21:29 +01:00

26 lines
782 B
Markdown

# Distributed deployer framework (Template name)
**Python Version**: 3.11.5
### Main objectives
- [X] Automatic deployment of any P2P utils
- [X] Deployment of 10k Gossipsub / Waku relay nodes
- [X] Bandwidth usage per node
- [X] 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)