Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Android Selector 1.1

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

Androide PWM allows users create and re-use their PWM cards with android browser as well as with desktop Azigo AIR Selector.

Androide PWM consists of four components:

  • Local ICard Service - This's android service that communicates with ICard Service Web App (Rpps). It listens local socket and performs all pwm requests.
  • PWM NPAPI plugin - This's native NPAPI android browser plugin. It forwards all pwm requests from PWM JS to LocalICardService.
  • PWM JS - This is javascript that searches pw-forms, auto filling them up and creates new PWM Cards by using PWM NPAPI plugin.
  • Proxy server - This's standalone third party android proxy service that inject PWM JS into all web pages.

Component diagram

AndroidPWMComponentDiagram.png

Sequence diagram

AndroidPWMSequenceDiagram.png

Back to the top