Company Products/Technology Services News/Events Support Spacer Contact Partners Customers
English    日本語
Products Photo

Product Documentation
Devicescape Wireless Infrastructure Platform

Documentation Home for Devicescape Wireless Infrastructure Platform > Package Reference

Package ReferencePreviousNextIndex

 


web-ui-ap-admin package

Information on this package is covered here.

Package
Description
License
web-ui-ap-admin
Web pages and controller for access point administration
Devicescape Software, Inc.

Summary

The web-ui-ap-admin package is an example Web application that uses the Web UI framework. The example application provides dynamically-generated Web pages for getting and setting values on the Devicescape Reference AP runtime configuration and for reporting runtime status information.

Although the Web application framework can be used to develop any kind of Web-based application, the framework has built-in support for data retrieval and configuration of a target AP device built with the Devicescape Reference AP.

Web-based monitoring and configuration of the AP is accomplished through interaction with key components of the AP runtime software such as the device management agent (device-mgmt-agent package, device-mgmt-agent-ap package) and clustering mechanisms (clustering package).

Web pages for basic functionality of the Reference AP are provided by the web-ui-ap-admin package. This package includes most of the Web UI pages.

Web UI components for some optional packages are implemented separately as extensions to make it easy to exclude or include standard functionality (along with the associated Web UIs) during development.

For example, the Web page for Local Authentication Server (LAS) are in the web-ui-las package. When you want LAS functionality on the AP, you build both the las package and the web-ui-las package into your root file system (RFS) image. This will provide LAS functionality on the AP and an associated Web UI page, along with its Online Help.

Usage

Starting/Stopping the Web Server (mini-httpd)

Use the command line interface (CLI) to get status and stop/start the Web server (mini-httpd) on the access point as follows. (The Web server is used by the web-ui-ap-admin package and related runtime Web UI packages)

Command
Description
get web-server status
Returns status of the Web server (up is on, down is off).
set web-server status down
Stops the Web server.
set web-server status up
Starts the Web server.

Developer Guide on Using the Web UI Framework

For detailed information on working with the Web UI Framework, see the Web UI Framework topic in the Developer Guide.

For information on how to build an enterprise or reduced footprint AP, see the topic on "Creating RFS Images for the Reference AP" in the Developer Guide.

For information on working with the runtime Administration application, see the Administrator Guide.

Building the Package

Follow standard instructions for building userspace packages in the Devicescape Developer Guide topic on "Building the Packages", see subtopic: "Building a Userspace Package from a Source RPM"

Building the web-ui-ap-admin source package produces the following runtime packages at a minimum:

  • web-ui-ap-admin
  • web-ui-ap-admin-help

Licensing

Devicescape Software, Inc.

Related Packages

Required

clearsilver package

web-ui-framework package (development host package only; not a target package)

web-ui-services package (development host package; not a target package)

Suggested

clustering package

web-ui-ntp (The source package for this binary package is web-ui-ap-admin-ext)

web-ui-clustering

web-ui-las

web-ui-snmp

Package ReferencePreviousNextIndex