This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:kmsappli [2015/11/30 13:56] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | KmsAppli is a Java software developped by Kerlink in order to be able to easily communicate with a KMS Agent of Kerlink's products. | ||
| - | |||
| - | ======Download====== | ||
| - | KmsAppli is available in the [[Ressources|ressources page]]. | ||
| - | |||
| - | ======Requirements====== | ||
| - | To use KmsAppli, your computer must be able to use java application. If not, Java is available in this page [[http://www.java.com|www.java.com]] | ||
| - | |||
| - | ======Installation====== | ||
| - | - After downloading the software archive, extract the content wherever you want in your computer. | ||
| - | |||
| - | <note important>On windows 7, the application should not be in the program_files repertory because of some access permissions issues (It is possible to use user repertory instead).</note> | ||
| - | |||
| - | - To launch the application, just click on the file called kmsAppli.jar | ||
| - | - The following interface should be displayed on your screen: | ||
| - | |||
| - | {{:images:interface_kmsappli1.jpg|}} | ||
| - | |||
| - | ======How to use KmsAppli====== | ||
| - | |||
| - | =====First Connection===== | ||
| - | |||
| - | The first step to communicate with a KMS Agent is to fill : | ||
| - | - **Login** as : demo | ||
| - | - **Password** as : demodemo | ||
| - | |||
| - | <note>These login and password had been set like this for historical reason and should not be changed</note> | ||
| - | |||
| - | - **Address** (and port) : with the ip address of the device you want to like with and the port 35035. | ||
| - | - **App** : with the App number you want KmsAppli to be considered as. | ||
| - | |||
| - | Then, press the **Connect** button. | ||
| - | |||
| - | <note tip>Connection settings can be saved in the Connection part.</note> | ||
| - | |||
| - | __Here is an example of what you should get:__ | ||
| - | |||
| - | {{:images:interface_kmsappli_connect.jpg|}} | ||
| - | |||
| - | <note important>If nothing appears, check if your device is reachable with the IP address you have used.</note> | ||
| - | |||
| - | =====Remote Command===== | ||
| - | |||
| - | After the connection, it is possible to send remote command to the KMS Agent. | ||
| - | |||
| - | Some commands are preformatted in the drop-down menu, it is possible to add, remove and edit these commands. Do note that is possible to manually create commands. | ||
| - | |||
| - | To send a command, make sure it corresponds to your needs and it is well-formated then press the **Send** button. | ||
| - | |||
| - | __Here is an example with a request for position information:__ | ||
| - | |||
| - | {{:images:interface_kmsappli_rmtcmd.jpg|}} | ||
| - | |||
| - | =====Tips===== | ||
| - | |||
| - | <note tip>In order to simulate different situations, it is possible to manually own the protocol by sending Ack / Get / Nack / Ackget (depending on the //Kms Ack// et //Auto Ack// checkboxes). </note> | ||
| - | |||
| - | <note tip>It is possible to use multiple KmsAppli in parallel to simulate multiple applications.</note> | ||
| - | |||