User's Manual

409
.
Module - eKERNEL
General
eKERNEL is the core engine of the DECT Messenger, and is in the basic
implementation the only module that accesses the database.
The eKERNEL receives information from various input sources, and
exchanges information with various output sources.
Communication with eKERNEL is performed through TCP/IP stream
sockets, where the eKERNEL acts as a server. The other modules that
communicate to the eKERNEL act as clients.
All data streams are formatted in XML format, and are delimited with
an <xml> start tag and an </xml> end tag, followed by CHR$(13) and
CHR$(10). Within these tags, a number of keywords are embedded with
their appropriated values.
In short, the eKERNEL is the central engine of the DECT Messenger, and
controls the functioning of all the other modules. Figure 151 "eKERNEL
interface" (page 410) shows the eKERNEL interface.
Nortel Communication Server 1000
DECT Messenger Installation and Commissioning — Book 1
NN43120-301 02.01 4 June 2010
Copyright © 2003-2010 Nortel Networks. All Rights Reserved.
.