User Manual
Copyright © 2000-2011 Bluegiga Technologies Page 21 of 61
Uninstalling software components
You can uninstall software components from the shell prompt. To list installed software components use
command . To uninstall a component, use command . See the wpkgd list wpkgd erase [component] wpkgd
command without parameters for more information.
Network update operations
When Access Device is connected to the Internet, you can use the command at the shell prompt towpkgd
easily manage installed software components:
wpkgd install installs the newest available software component called for your architecture. Thepkg pkg
software is retrieved from the Bluegiga software update repository. Example:
[root@wrap root]$ wpkgd install smsgw
Downloading http://update.bluegiga.com/as/4.3/lt/smsgw-20100420-1.lt.wpk
Package "smsgw" installed
Currently the command may report that software is installed even if the installation has failed becausewpkgd install pkg
of failing dependencies. It is therefore worth ensuring that the installation has been successful, by using command wpkgd
search pkg
wpkgd erase removes a software component called . Example:pkg pkg
[root@wrap root]$ wpkgd erase smsgw
Purging smsgw (0100420-1)...
wpkgd update updates all installed software components.
wpkgd update updates the software component called .pkg pkg
wpkgd list lists installed and available software components and their version numbers.
wpkgd list-updates lists updates available for installed software components.
wpkgd search searches for software component packages with name matching .keyword keyword
wpkgd clean cleans network cache.
4.3 Bluetooth
Access Devices ship by default with iWRAP software. It is documented in its own user guide.Bluetooth
eHealth software bundle installs newer DBUS software, which is documented in eHealth user guide.Bluetooth
4.4 Web server
The integrated web server in Access Device support HTTP/1.0 methods GET and POST, and has light user
authentication capabilities. The content can be either static or dynamic - the WWW server is CGI/1.1 compatible.
The web server is always running and the content ( ) is located in the http://wrap-ip-address/ /var/www/html/
directory in Access Device's file system.
The web server is configured to protect the WWW Setup interface with a username and password. The default
username and password can be changed in . For furtherWWW Setup Security settings Setup password
information about using the web server for your own applications, see the web examples in SDK.