Changes between Version 19 and Version 20 of WikiStart
- Timestamp:
- 03/11/19 15:01:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v19 v20 54 54 55 55 === RunSession 56 The main service available on the runserver is the RunSession service. It is available at http://runserver/runsession.56 The main service available on the runserver is the RunSession service. It is available at {{{http://runserver/runsession}}}. 57 57 This service starts up and runs a complete session when it is accessed (http get or post). 58 58 To start a session, the http get must include a JSON-serialized genius2.protocol.session.SessionSettings object. Typically this looks like this (assuming you want to use SAOP protocol): … … 73 73 74 74 === Running Sessions 75 The websocket address ws:..runserver/websocket/sessionssends 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.75 The websocket address {{{ws:..runserver/websocket/sessions}}} 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. 76 76