2023-09-13 16:28:00 +02:00
|
|
|
# Distributed deployer framework (Template name)
|
|
|
|
|
|
|
|
**Python Version**: 3.11.5
|
|
|
|
|
|
|
|
### Main objectives
|
2023-12-04 19:21:29 +01:00
|
|
|
- [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
|
2023-09-13 16:28:00 +02:00
|
|
|
### 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)
|