Changes between Version 22 and Version 23 of WikiStart


Ignore:
Timestamp:
03/12/19 16:34:30 (6 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    5858
    5959
    60 There are java examples available [https://tracinsy.ewi.tudelft.nl/trac/Genius2ProfilesServer/browser/src/test/java/genius2/examples here]. Basically you just open a websocket and read the incoming profile like this
     60There are java examples available [https://tracinsy.ewi.tudelft.nl/trac/Genius2ProfilesServer/browser/src/test/java/genius2/examples here]. Basically you just open a websocket and read the incoming profile like this (NOTICE: this is using neovisionaries WebSocketAdapter which is an external library; but we recommend the built-in javax.websocket)
    6161{{{
    6262WebSocketFactory factory = new WebSocketFactory().setConnectionTimeout(5000);