Code Monkey home page Code Monkey logo

boincview-web's Introduction

boincview-web

Aim to replicate BOINCView in an open source, perl script utilizing a browser to interact with clients

Install instructions

cpanm -nL . --installdeps .

# Make sure that your nodejs version is at least 7.2 for all commands to run successfully

npm install
npm run dev

Initial setup

Copy the boinc.ini.sample file to boinc.ini, and edit it. This is a standard style INI file, utilizing sections with keys and values to set up BOINC hosts to monitor. Edit the section titles for the hosts that you want to add, and adjust the INI-keys for ip and key to connect to the hosts.

BOINC Auth Key

These locations assume you installed the BOINC client via the download at http://boinc.berkeley.edu/download.php

  • On OSX based machines, it can be found at /Library/Application Support/BOINC Data/gui_rpc_auth.cfg
  • On Ubuntu (other distros TBD), it can be found at /var/lib/boinc-client/gui_rpc_auth.cfg
  • Windows location TBD

Usage instructions

From the terminal, run perl client.pl. You'll see output similar to the following:

>> Dancer 1.3202 server 17551 listening on http://0.0.0.0:3000
== Entering the development dance floor ...

Now, you can visit http://0.0.0.0:3000 in your browser to see boincview-web in action.

Dependencies

boincview-web uses PerlDancer/Dancer for the HTTP server, Net::BOINC (part of this repository) for communicating with the BOINC hosts, vuejs/vue to make the interface updates seamless and easy, as well as several others. Look at the cpanfile for Perl dependencies, and bower.json for Javascript/CSS dependencies.

Questions/Comments

Open up an issue. Pull requests welcome, though not guaranteed to be merged. I have a day job, but do my best :)

boincview-web's People

Contributors

gms8994 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

boincview-web's Issues

unable to find Net::BOINC module

Trying to install boincview-web

  1. cpanm ... went fine
  2. npm install ... good
  3. npm run dev ... good
  4. perl client.pl gives me
    Prototype mismatch: sub main::to_json: none vs ($@) at client.pl line 14.
    Prototype mismatch: sub main::from_json: none vs ($@) at client.pl line 14.
    Can't locate Net/BOINC.pm in @inc (you may need to install the Net::BOINC module) (@inc contains: /home/user/Downloads/boincview-web-master/lib /home/user/Downloads/boincview-web-master/lib/perl5/5.26.1/x86_64-linux-gnu-thread-multi /home/user/Downloads/boincview-web-master/lib/perl5/5.26.1

Use ports in configuration file

I have some clients inside another network and controlling them via port forwarding in a SSH session.
Currently in boinc.ini only ip / host and key is supported, right? Maybe you can implement another port key / value pair?
Seems that if it's working later the original Boincview can retire.

PS: Clicking on tabs in main view isn't working for me.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.