Results 1 to 21 of 21

Thread: theSkyNet

  1. #1
    BOINC Gypsy ChertseyAl's Avatar
    Join Date
    Aug 2008
    Location
    London, Englandshire
    Posts
    209

    Question theSkyNet

    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

    Al.

  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    I took a very brief look at it yesterday. Didn't sign up at all.

  3. #3
    BOINC Gypsy ChertseyAl's Avatar
    Join Date
    Aug 2008
    Location
    London, Englandshire
    Posts
    209
    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.

  4. #4
    BOINC Gypsy ChertseyAl's Avatar
    Join Date
    Aug 2008
    Location
    London, Englandshire
    Posts
    209
    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.
    Last edited by ChertseyAl; 08-03-2012 at 02:01 PM. Reason: Oops, forget the URL :)

  5. #5
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    Connected... And Team created.

    Cheers

    Bok

  6. #6
    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.

  7. #7
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    Are there stats available ? I don;t know anything about this really.

  8. #8
    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.

  9. #9
    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

  10. #10
    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

  11. #11
    Any update on this?

  12. #12
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    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.

  13. #13
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    368
    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:

  14. #14
    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

  15. #15
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    That would help. Thanks!

  16. #16
    No worries. Is JSON a suitable format for you?

    Alex

  17. #17
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    Anything that can be parsed is ok, I use perl for the parsing. csv or xml is probably easiest though.

  18. #18
    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.product...e_stats.xml.gz
    https://s3.amazonaws.com/tsn.product..._stats.json.gz

    Cheers
    Alex
    theSkyNet WebMaster

  19. #19
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    Thanks, was out of town all weekend, but will see if I can code something this week.

  20. #20
    Thanks for the hard work guys.

  21. #21
    So what is the good news?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •