Changes between Version 267 and Version 268 of WikiStart


Ignore:
Timestamp:
12/19/19 13:56:21 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v267 v268  
    380380For different protocols, the contents will differ.
    381381
     382For a SHAOP configuration, the settings typically look like this
     383{{{
     384{"SHAOPSettings":{
     385  "parties":[
     386      { "shaop":{"party":{"partyref":"party1","parameters":{}},"profile":"profile1"},
     387        "cob":{"party":{"partyref":"party2","parameters":{}},"profile":"profile1"}
     388      },
     389      { "shaop":{"party":{"partyref":"party3","parameters":{}},"profile":"profile1"},
     390        "cob":{"party":{"partyref":"party4","parameters":{}},"profile":"profile1"}
     391      }
     392    ],
     393  "deadline":{"deadlinetime":{"durationms":1000}}
     394}}
     395}}}
     396
     397This is similar to SAOP, but instead of just parties we have party tuples "cob","shaop" (see the party behaviours). The party in the "cob" field must follow the cob behaviour, the one with "shaop" the shaop behaviour. The SHAOP party gets the turn first, then the cob, then the next shaop, then the associated cob, etc.
     398
    382399For a tournament, the NegoSettings typically look like this:
    383400{{{