Skip to content

Releases: jeroanan/zoetrope

Zoetrope 1.0

16 Sep 23:06
Compare
Choose a tag to compare

This is Zoetrope. It is a web application that is used to view the status and manage a BOINC process.

It can do most of the things that the official BOINC GUI can do, with the main exception of communicating with account managers. The web application itself aims to provide a clean and modern interface and uses Angular and Bootstrap extensively.

In order to do communication with the BOINC process, I have based the underpinnings of the application heavily on MestreLion's boinc-indicator. Many thanks to that project. I have added to the breadth of operations that the main XML-RPC class, client.py, can perform. It can be found in lib/boincindicator and I hope that my modifications prove useful to the BOINC community.

I have personally found great use in Zoetrope to monitor and control the crunching on my Raspberry Pis. As such it is mostly designed to work in a home LAN environment, although authentication is offered.

I look forward to any suggestions/issues/pull requests.