Changes between Version 38 and Version 39 of GuiRpc


Ignore:
Timestamp:
Sep 4, 2013, 3:03:22 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v38 v39  
    1616  gives a usage example.
    1717  All member functions return an integer error code.
    18  * BOINC has a Java binding in [source:boinc-v2/android/BOINC/src/edu/berkeley/boinc/rpc/].
    19  * A .Net binding is available at https://boincguirpc.codeplex.com/
    20  * A Python binding is available at https://github.com/MestreLion/boinc-indicator
     18 * Another C++ binding is part of [https://code.google.com/p/boinctui/ boinctui].
     19 * A Java binding: [source:boinc-v2/android/BOINC/src/edu/berkeley/boinc/rpc/].
     20 * A .Net binding: https://boincguirpc.codeplex.com/
     21 * A Python binding: https://github.com/MestreLion/boinc-indicator
    2122
    2223It should be easy to generate bindings in other languages.