Command line program wku |
Top Previous Next |
|
wku features the universal WibuKey commandline program for the WibuKey user. The program is available as wkuLin for Linux On Linux and Mac OS X a symbolic link on wku exists. wku - Parameter wku covers among others the following arguments: •If the program is called without using an argument, all WibuKey ports found and the number of connected WibuBoxes are listed. •wku LIST displays the content of one or several WibuBoxes connected to one or several ports. •wku TEST checks the encryption functionality of all or specified WibuBoxes. •wku DATA allows the user to view and modify user entries of a WibuBox. •wku REMOTE allows the user to create a file holding remote programming information for a WibuBox. In addition, using the remote programming update file WibuBox entries can be reprogrammed. •wku NETWORK serves for searching of WkLAN Server on the network. For more details on how to use wku, please confer to the man page (Linux, Max OS X) or the instant help. Open the help as follows: man wku or wku -h or wku LIST -h wku - Remote Programming wku is able to create a remote programming context file for a single or several connected WibuBoxes using the command REMOTE GET: wku REMOTE GET ALL TO x.rtc This command copies the content of all connected WibuBoxes into the file x.rtc. In order to reduce the file size the user is able to select the ports or the connected WibuBoxes for which the content is to be saved. The selection of the port and the WibuBox uses the following command line: wku REMOTE USB:1 GET ALL TO x.rtc This command copies the content of the first WibuBox connected to the USB port into the file x.rtc. A further size reduction of the remote programming context file can be reached by specifying the required entries. This is done by specifying a single or several numbers ranging from 1 to 10 instead of the keyword ALL. wku REMOTE USB:2 GET 1,5 TO x.rtc This command copies only the content of the entries 1 and 5 of the second WibuBox at the USB port into the remote programming context file. In order to add a new entry, the programmer only needs a list of all empty entries of a WibuBox. This is featured by the keyword EMPTY: wku REMOTE GET EMPTY TO x.rtc
For the transfer of a remote programming update file into a connected WibuBox, the command SET is used: wku REMOTE SET FROM x.rtu This command searches at all ports for a WibuBox matching the remote update file. An optional list of WibuKey ports or specified WibuBoxes can limit the update procedure to actually connected WibuBoxes. wku - Network Using the command AT all wku commands can be executed on a different computer (computername). Required is that on the other computer a WibuKey WkLAN Server is started. The command AT must precede the main command, for example: wku AT computername LIST |