Changes between Version 15 and Version 16 of WikiStart
- Timestamp:
- 03/11/19 15:16:43 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v15 v16 19 19 20 20 After installing and starting, go to [http://localhost:8080/profilesserver] to see if it works. 21 22 = Communication protocol 23 24 This section describes the communication protocols with the profilesserver. 25 26 Other implementations of a profilesserver should adhere to the same communication protocols to ensure compatibility with genius2. 27 28 == List of available profiles 29 When a client accesses the profilesserver at {{{ws:...profilesserver/websocket/liststream}}}, a websocket is created. This websocket sends the clients list as a JSON list, each list element containing a GeneralPartyInfo object. 30 31 21 32 22 33