Network PSY Overview

This document describes the Network PSY, which connects the Location Server (eposserver.exe) to the Network Location Manager.

Purpose

The Network PSY connects the Location Server (eposserver.exe) to the Network Location Manager. It allows the Location Server to use the network to obtain cell-based position fixes. The PSY does not interface directly with the network. You must install a Network Protocol Module to use the Network PSY.

This document is for device creators.

Required background

This document assumes a knowledge of the material covered in the following:

Key concepts and terms

PSY

A Positioning Plug-in. The Network PSY implements the Positioning Plug-in API to interface with the Location Server. It uses the Positioning Plug-in Information API (central repository key/value pairs) to register itself with the LBS subsystem.

Network Protocol Module

An ECom plug-in loaded by the Network Gateway. A Network Protocol Module connects the LBS subsystem to a network via the ETel or ESock communication stacks.

Architecture

Figure 1 shows the Network PSY with associated LBS components.

Figure 1. Figure 1. Network PSY with components on which it depends.

The Network PSY implements the Positioning Plug-in API. The PSY does not interface directly with the network. It connects with the network via the Network Location Manager and a Network Protocol Module. To use the Network PSY, you must install a Network Protocol Module.

The Network PSY is packaged in the library lbsnetpsy.dll. This DLL contains one ECom plug-in implementation of the PSY interface.

If you include the Network PSY in your LBS ROM using the LBS buildrom macros, a file containing the central repository keys and values for the PSY is also included. The keys and values in the file register the PSY with the Location Server. The keys in the file are defined by the Positioning Plug-in Information API.

The Network PSY appears as a normal PSY to the Location Server and is selected by Location Acquisition API client applications by UID, or by the Default PSY.

See Network PSY Tutorial for an explanation of how to configure the PSY.

APIs

The Network PSY implements the Positioning Plug-in API to integrate with the LBS subsystem. The code distribution for this PSY includes a central repository initialisation file that contains key/value pairs specified by the Positioning Plug-in Information API.

The Network PSY does not provide any APIs.

Typical uses

The Network PSY is used by the LBS Location Server eposserver.exe to obtain position fixes using cell-based positioning. The Network Gateway and Network Protocol Module are responsible for interfacing with a communication stack to obtain the position.