Skip to content
Pankaj edited this page Oct 22, 2019 · 3 revisions

Welcome to the remotecompute wiki!

What is remotecompute

Remotecompute as the name indicates, lets you compute any task remotely. Consider a scenario where a device have to perform a compute intensive task but lacks the resources required the task executing. There are many devices nearby which have the required resources and idle capacity to execute the task. The source device can offload the computation task to these idle devices and get the work done. Source device need not depend on a dedicated server for executing the required task.

Project Roadmap

These are the primary considerations to design the system

  • Sharing the required input data and sources securely with the remote machine
  • Ensuring the task is executed correctly and results are not altered
  • Providing sandboxed or packaged environment for executing the task
  • Setting up reward system for resource owners

Clone this wiki locally