Changes between Version 34 and Version 35 of WikiStart
- Timestamp:
- 05/14/19 17:13:53 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v34 v35 70 70 To start a negotiation, the http get must include a JSON-serialized [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/protocol/src/main/java/genius2/protocol/NegoSettings.java genius2.protocol.NegoSettings] object. All details are in the javadocs, here we discuss it only briefly. 71 71 72 After session is started, popup shows the negotiation ID. The ID starts with the name of the protocol (SAOP, APP) followed by a serial number. 73 72 74 Typically the settings looks like this (session with SAOP protocol): 73 75 {{{ … … 110 112 111 113 === View Running Negotiations 112 The websocket address {{{ws:..runserver/websocket/running}}} sends updates of the current list of running sessions. The list is sent as a JSON List of strings , each string being the session ID of the running session.Every time the list changes, a new complete list is sent to clients listening to the websocket.114 The websocket address {{{ws:..runserver/websocket/running}}} sends updates of the current list of running negotiations. The list is sent as a JSON List of strings, each string being the negotiation ID of the running session. Every time the list changes, a new complete list is sent to clients listening to the websocket. 113 115 114 116 == Viewing the outcome of a negotiation