Changes between Version 4 and Version 5 of AndroidBoinc
- Timestamp:
- Mar 16, 2012, 2:55:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AndroidBoinc
v4 v5 1 [ PageOutline]1 [[PageOutline]] 2 2 3 3 = BOINC on Android = … … 17 17 We considered this as a basis for BOINC on Android but decided it was too limited. 18 18 19 In 2011 someone named Palo M. implemented a BOINC GUI for Android: 20 21 http://code.google.com/p/androboinc/ 22 23 This is intended to control BOINC clients running on remote hosts, 19 In 2011 someone named Palo M. implemented AndroBOINC, a BOINC GUI for Android: http://code.google.com/p/androboinc/ 20 AndroBOINC is intended to control BOINC clients running on remote hosts, 24 21 but in principle it could control a local client. 25 22 I haven't looked at it. … … 73 70 an anonymous account for them). 74 71 72 == Resources == 73 74 * Carl's code and instructions for building the client, libssl and Curl is 75 [http://boinc.berkeley.edu/android-boinc here]. 76 * Peter's script for building the client and libraries is 77 in the BOINC repository [http://boinc.berkeley.edu/trac/browser/boinc/trunk/boinc/client/android/AndroidBuild.sh here]. 78 75 79 == Project plan == 76 80 77 81 * Standardize on the code and scripts for building the BOINC client on Android 78 ( probably based on Peter's work).82 (based on Peter and Carl's work). 79 83 Put these files in the BOINC repository. 80 84