gettingstarted.apt
来自「关于 RFID 读写器的相关内容」· APT 代码 · 共 57 行
APT
57 行
------
Reader RP Client Module
------
------
Reader RP Client Module: Getting Started
* Installing the Fosstrak RP Client
The following instructions show how to install the Fosstrak Reader RP Client:
* Download the Reader RP Client binaries with the dependencies included from the {{{../download.html}download}} section of the website.
* Unzip the downloaded file
* Make sure a JRE 1.5 or higher is installed and it is added to the path variable.
* First Steps
* Start the Reader RP Client instance by invoking executable jar
* Enter the IP address and port of a RP compatible reader
* Select the appropriate transport and message binding
* Click the "Connect" Button
* Select a sample command from the drop-down menus (e.g. ReaderDevice.GetName())
* Generate the message by hitting the "Create Command" button
* Transmit the command to the reader instance by clicking on the "Send" button
[]
[../images/ReaderTestClientScreenshot.png]
* Display Notification Messages
* Start the class org.fosstrak.reader.rp.client.EventSinkUI in the jar file with the
following command:
java -cp reader-rp-client-VERSION.jar org.fosstrak.reader.rp.client.EventSinkUI [port]
* As the port use the TCP port to which the reader is sending the notification messages
which is specified in the definition of the notification channel. The default port 9999.
[]
[../images/EventSinkUIScreenshot.jpg]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?