Skip to content

Commit

Permalink
Limit the scope to Lightstreamer 7.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-weswit committed May 26, 2023
1 parent f51a86b commit c5c90ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ As example of a client using this adapter, you may refer to the [Multiplayer Dar

If you want to install a version of this demo in your local Lightstreamer Server, follow these steps
* 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.
* Get the `deploy.zip` file of the [latest release](https://github.com/Lightstreamer/BananaDarts-adapter-java/releases), unzip it and copy the just unzipped `BananaDarts` folder into the `adapters` folder of your Lightstreamer Server installation.
* Get the `deploy.zip` file of the ["Release for Lightstreamer 7.3" release](https://github.com/Lightstreamer/BananaDarts-adapter-java/releases), unzip it and copy the just unzipped `BananaDarts` folder into the `adapters` folder of your Lightstreamer Server installation.
* [Optional] Customize logging settings in log4j configuration file `BananaDarts/classes/log4j2.xml`.
* Launch Lightstreamer Server.
* Launch a client like the [Multiplayer Darts - HTML (LeapJS, Three.js) Client](https://github.com/Lightstreamer/BananaDarts-client-javascript).
Expand Down Expand Up @@ -46,7 +46,7 @@ Assuming Maven is installed and available in your path you can build the demo by

## Lightstreamer Compatibility Notes

- Compatible with Lightstreamer SDK for Java In-Process Adapters since version 7.4.0.
- Compatible with Lightstreamer SDK for Java In-Process Adapters version 7.4.x.
- 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/BananaDarts-adapter-java/tree/last_for_interface_7.3).
- 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/BananaDarts-adapter-java/tree/pre_mvn).
- 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/BananaDarts-adapter-java/tree/for_Lightstreamer_5.1).

0 comments on commit c5c90ea

Please sign in to comment.