update progress

This commit is contained in:
xenia 2020-11-28 00:40:34 -05:00
parent 0ae728a278
commit 039174dbe7
1 changed files with 2 additions and 2 deletions

View File

@ -45,12 +45,12 @@ takes the difficulty out of creating custom brute force jobs
### server: distribute jobs to workers
- ✅ base definitions of input classes and how to divide them
- dynamic slicing and scheduling based on agents' reported work rate
- dynamic slicing and scheduling based on agents' reported work rate
- low priority: randomized input space distribution
- low priority: store common configuration templates for clients
- low priority: track upload/download progress
- streaming interface for file transfers
- accept submitted projects (with client-compiled input generator) and distribute to agents
- accept submitted projects (with client-compiled input generator) and distribute to agents
- ✅ low priority: support for multiple architectures
- ✅ agent authentication
- ✅ client authentication