Difference: APPXonWindowsFromHandHeldViaLinuxTerminalServer (1 vs. 2)

Revision 22009-05-05 - JoeOrtagus

Line: 1 to 1
Added:
>
>

Running APPX on Windows from a hand held device via a Linux Terminal Server

This document will demonstrate how you can run APPX on Windows in character mode when your front end device is a hand held (such as a hand held warehouse RF scanner or time clock).

Overview

APPX processing will be performed on the Windows server, however, the character interface will be performed by the Linux server.

Required software components

APPX Server

  • You need a functioning APPX installation, with a listener configured that is accepting APPX logins. Follow instructions in this document to install APPX on Windows if you don't already have APPX installed.

Linux server with SSH or Telnet server accepting logins.

Device that you are trying to access APPX from (such as hand held warehouse scanner)

Steps

Place the appx for linux application on the Linux server.

  • You only need the appx engine for Linux.
[joe@linuxserver /]$ su -l 
[root@linuxserver /]# mkdir -p /usr/local/appx 
[root@linuxserver /]# cd /usr/locla/appx/ 
[root@linuxserver /]# wget http://www.appx.com/ftp/appx/products/appx/server/4.2.a/exec_lin.tgz
[root@linuxserver /]# tar xzf exec_lin.tgz appx
[root@linuxserver /]# chmod 775 appx
[root@linuxserver /]# exit

 
Added:
>
>

Create Keymap

  • Remote in via SSH or Telnet from the device to the Linux server.

[joe@linuxserver /]$ export APPX_UID="appx:secret" 
[joe@linuxserver /]$  export APPX_DATA_SERVER="appxserver.example.com:8060"
[joe@linuxserver /]$  ./appx -k -m=JOEJOE
                   ***  APPX Keyboard Definition Utility  ***


Terminal Type: JOEJOE
APPX User ID :
This program will ask you to identify 27 special keys on
your keyboard, plus 10 number keys.

After it has been defined, BACKSPACE can be used to back up
in the list of requested keys so they can be redefined.
Except when defining it, the END key allows you to exit the
program leaving the current APPX keymap file unchanged.


Do you wish to Continue? (Y or N)  
APPX_UID is made up of a user name followed by a colon and the the password for a user that can successfully log into APPX on the Windows server. APPX_DATA_SERVER is made up of the resolvable hostname or IP address of the APPX Windows server following by a colon and the TCP port number of the running and configured APPX Login Manager.

Bugs:

  1. Fixed - Bug Description 1.
  2. OPEN - Bug test - Test bug. Not valid.

Comments:

Read what other users have said about this page or add your own comments.
<--/commentPlugin-->
-- JoeOrtagus - 4 May 2009

Revision 12009-05-04 - JoeOrtagus

Line: 1 to 1
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback