PDA

View Full Version : theSkyNet



ChertseyAl
09-14-2011, 05:34 AM
Haven't seen this mentioned on here, but anyone trying this out yet?

http://www.theskynet.org/

I've signed up (well, waiting for the confirmation email actually) to have a go.

I wonder if they'll export stats :D

Al.

Bok
09-14-2011, 07:46 AM
I took a very brief look at it yesterday. Didn't sign up at all.

ChertseyAl
09-14-2011, 11:26 AM
Well, I'm signed up and have a machine crunching.

Can't quite figure out how it works - Only seems to do anything when I've got a browser window open on my dashboard page even though I'm running the standalone app. I'm burning some MIPS, but no credit showing, as I understand there's a bug.

Pity it doesn't have any discussion fora (that I can find) - Would be a lot easier to work with.

Al.

ChertseyAl
08-03-2012, 02:00 PM
Oh, looks like the BOINC version is starting up. I've only just attached a couple of hosts, so no idea how it's going to work out :)

http://ec2-23-23-126-96.compute-1.amazonaws.com/pogs/

Cheers,

Al.

Bok
08-03-2012, 04:53 PM
Connected... And Team created.

Cheers

Bok

Coleslaw
10-04-2013, 10:55 AM
Is there any chance of getting the non-BOINC app added to the non-BOINC stats? It is possible to only run that app and thus would need a way of seeing how you stand with others. The BOINC client doesn't tally the points from the Java based app. They are not the same research and so is a separate sub project. They say on their page that they are merging the points, but I believe that is just on their site for the purpose of adding "trophies" and for competing within the project itself.

Bok
10-04-2013, 11:48 AM
Are there stats available ? I don;t know anything about this really.

Coleslaw
10-04-2013, 12:55 PM
I have sent them a message requesting this info. Their main page is www.theskynet.org I will post again when they reply to me.

The Nereus app can be ran either as an installable service that runs in the background and starts at bootup OR it can be simply ran from the web browser.

eckley
10-06-2013, 09:16 PM
Hey guys,

Yea we've got export stats for most things as json. So for example http://www.theskynet.org/profiles/1050.json gives my details or http://www.theskynet.org/profiles.json?per_page=100 for brief stats on the top 100 users. The code for it is pretty straight forward so I can add stuff nice and easily if there is anything that people would like it too do. What data does DC stats need?

Cheers
Alex Beckley
theSkyNet WebMaster

Coleslaw
10-06-2013, 09:23 PM
Here is the response I received:


Yea we've got export stats for most things as json. So for example http://www.theskynet.org/profiles/9152.json gives your details or http://www.theskynet.org/profiles.json?per_page=100 for brief stats on the top 100 users. The code for it is pretty straight forward so I can add stuff nice and easily if there is anything that people would like it too do. What data does DC stats need?


I've posted this on that forum link as well.

Regards
Alex

Coleslaw
10-25-2013, 03:13 PM
Any update on this?

Bok
10-25-2013, 04:38 PM
I looked at it and tried getting all data by putting in per_page=100000 or so, but it still seemed to cut off, so I was unsure how to get all the data and I gave up at the time. Parsing was fairly easy though.

Dirk Broer
10-27-2013, 08:09 AM
Question is whether you want to display all this! Chances are that your signature will be too big for your screen with the 'real heavy weight' crunchers:
http://signature.statseb.fr/sig-231.png

eckley
10-27-2013, 10:07 PM
Hey Bok,

Yea i've put in an upper limit on the number displayed per page. If you would like all of them in a single file. I could add an hourly job that creates a single JSON or XML file with every user in it, if that would help.

Alex

Bok
10-28-2013, 07:19 AM
That would help. Thanks!

eckley
10-28-2013, 09:04 PM
No worries. Is JSON a suitable format for you?

Alex

Bok
10-29-2013, 08:06 AM
Anything that can be parsed is ok, I use perl for the parsing. csv or xml is probably easiest though.

eckley
11-01-2013, 02:32 AM
Hey Bok,

I've put together a little script that spits out a XML file and a JSON file with all the profiles in it. Let me know if this works for you or if it needs anything else added.

https://s3.amazonaws.com/tsn.production.public/profile_stats.xml.gz
https://s3.amazonaws.com/tsn.production.public/profile_stats.json.gz

Cheers
Alex
theSkyNet WebMaster

Bok
11-04-2013, 08:26 AM
Thanks, was out of town all weekend, but will see if I can code something this week.

Coleslaw
11-08-2013, 10:33 AM
Thanks for the hard work guys.

Coleslaw
12-09-2013, 12:35 PM
So what is the good news?