You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ As an example of a client using this adapter, you may refer to the [Lightstreame
11
11
12
12
This demo displays a game field containing some small blocks. Each block is controlled by a different user connected to the same application through a Leap Motion Controller device.
13
13
14
-
This adapter maintains a representation of the world containing all of the users' blocks and updates it accordingly with the clients� commands.
14
+
This adapter maintains a representation of the world containing all of the users' blocks and updates it accordingly with the clients’ commands.
15
15
Each block in the world can be in either one of the following statuses:
16
16
17
17
* Grabbed: in this case, all the positions are sent to the Lightstreamer server by the client. The server updates the world without any
@@ -44,15 +44,15 @@ The `adapters.xml` file for the *Leap Motion Demo*, should look like:
44
44
```
45
45
46
46
<i>NOTE: not all configuration options of an Adapter Set are exposed by the file suggested above.
47
-
You can easily expand your configurations using the generic template, see the [Java In-Process Adapter Interface Project](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess#configuration) for details.</i><br>
47
+
You can easily expand your configurations using the generic template, see the [Java In-Process Adapter Interface Project](https://github.com/Lightstreamer/Lightstreamer-lib-adapter-java-inprocess/tree/v7.4.1#configuration) for details.</i><br>
48
48
<br>
49
-
Please refer [here](https://lightstreamer.com/docs/ls-server/latest/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
49
+
Please refer [here](https://lightstreamer.com/docs/ls-server/latest_7_3/General%20Concepts.pdf) for more details about Lightstreamer Adapters.
50
50
51
51
## Install
52
52
53
53
If you want to install a version of this demo in your local Lightstreamer Server, follow these steps:
54
54
* Download *Lightstreamer Server* (Lightstreamer Server comes with a free non-expiring demo license for 20 connected users; this should be preferred to using COMMUNITY edition, otherwise you would see a limit on the event rate) from [Lightstreamer Download page](https://lightstreamer.com/download/), and install it, as explained in the `GETTING_STARTED.TXT` file in the installation home directory.
55
-
* Get the `deploy.zip` file of the [latest release](https://github.com/Lightstreamer/Lightstreamer-example-LeapMotion-adapter-java/releases), unzip it, and copy the just unzipped `LeapDemo` folder into the `adapters` folder of your Lightstreamer Server installation.
55
+
* Get the `deploy.zip` file of the ["Release for Lightstreamer 7.3" release](https://github.com/Lightstreamer/Lightstreamer-example-LeapMotion-adapter-java/releases), unzip it, and copy the just unzipped `LeapDemo` folder into the `adapters` folder of your Lightstreamer Server installation.
56
56
*[Optional] Customize logging settings in log4j configuration file `LeapDemo/classes/log4j2.xml`.
57
57
* Launch Lightstreamer Server.
58
58
* Test the Adapter, launching one of the clients listed in [Clients Using This Adapter](#clients-using-this-adapter).
@@ -87,7 +87,7 @@ Assuming Maven is installed and available in your path you can build the demo by
87
87
## Lightstreamer Compatibility Notes
88
88
89
89
90
-
- Compatible with Lightstreamer SDK for Java In-Process Adapters since version 7.4.0.
90
+
- Compatible with Lightstreamer SDK for Java In-Process Adapters version 7.4.x.
91
91
- For a version of this example compatible with Lightstreamer SDK for Java Adapters versions 7.0 to 7.3, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-LeapMotion-adapter-java/tree/last_for_interface_7.3).
92
92
- For a version of this example compatible with Lightstreamer SDK for Java Adapters version 6.0, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-LeapMotion-adapter-java/tree/pre_mvn).
93
93
- For a version of this example compatible with Lightstreamer SDK for Java Adapters version 5.1, please refer to [this tag](https://github.com/Lightstreamer/Lightstreamer-example-LeapMotion-adapter-java/tree/for_Lightstreamer_5.1).
0 commit comments