jumbort Open Infrastructure for Network Computing deamon.
Or more easily said: this is the server deamon for distributed computing with jumboRT. It is named after BOINC.
To compile and run the deamon
cargo run --release
This will start the deamon, running on port 29300, which is the default port for distributed computing with jumboRT.
Once started, you will be able to connect a viewer and worker clients to it as explained in the jumboRT repository.