Changes between Version 42 and Version 43 of GuiRpc


Ignore:
Timestamp:
Sep 12, 2014, 2:10:58 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v42 v43  
    303303 * the device name (supplied by the user)
    304304
    305 Android GUIs should call this fairly often (every 10 sec at least).
     305This RPC also serves as a "keep-alive":
     306if the BOINC client doesn't get one in 30 seconds, it will suspend computation.
     307So Android GUIs should call it fairly often (every 10 sec at least).
    306308
    307309There is no C++ binding for this RPC;
    308 there's a Java binding in the Android GUI code.
     310there's a Java binding in the Android GUI code:
     311android/BOINC/src/edu/berkeley/boinc/rpc/RpcClient.java