distributed (?) programmable brute force harness
Go to file
xenia ef85b2e414 add gpl 2020-10-25 02:53:08 -04:00
crossfire codegen C to generate candidates 2020-10-25 02:40:31 -04:00
.gitignore initial commit 2020-10-25 01:49:31 -04:00
COPYING add gpl 2020-10-25 02:53:08 -04:00
LICENSE add gpl 2020-10-25 02:53:08 -04:00
README.md initial commit 2020-10-25 01:49:31 -04:00
codegen.template codegen C to generate candidates 2020-10-25 02:40:31 -04:00

README.md

AScrossfire

hello world

components

  • base: #lang for configuration/definitions
  • 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
    • fairly randomized distribution
  • agent: accepts and runs jobs
    • optional: containerization
    • optional: appimage-like behavior
    • required: run binary with infrastructure to get assigned brute force range, log and report progress. via library interface as well as stdio interface
  • client: submit jobs and view progress via command line (and maybe racket/gui and framework???)