Information about the five GSM cells in the receiving range that were used to determine the position
gsm_mcc_0 - gsm_mcc_4
MCC (mobile country code) of the GSM cell
gsm_rssi_0 - gsm_rssi_4
Received GSM level [dBm] for the GSM cell
gsm_mnc_0 - gsm_mnc_4
MNC (mobile network code) of the GSM cell
gsm_ta_0 - gsm_ta_4
TA (timing advance) of the GSM cell
gsm_lac_0 - gsm_lac_4
LAC (location area code) of the GSM cell
gsm_cellid_0 - gsm_cellid_4
Cell ID of the GSM cell
10.3 XML export
10.3.1 Configuration of a HTTP-GET command
A request is executed by means of a HTTP-GET command that corresponds to simply entering the
command in the address line of a standard Internet browser. The command line (URL) is assembled
as follows and provides an XML document as a result:
https://{IP address}:{Port}/{XPath Query}?{login}{settings}{update}
Parameter
Explanation
{IP-Address}
Address of the server on which the xPath module operates (myDatanet server)
{Port}
Port on which the xPath server operates. The standard setting is 8080.
{xPath Query}
xPath of the required XML table (e.g. "Structure of the database" on page 73).
A description of the syntax is provided in "Syntax of the xPath query" on page
95.
{login}
Username and password of a user account created on the myDatanet server to
authenticate the request (e.g.
user=u1&password=p1
).
{settings}
OPTIONAL
Settings relating to the output format of the request. There is only one
possible parameter. It deactivates the display of the field attributes:
attributes=off
Settings relating to the output of the data. There is only one possible
parameter. It specifies the data compression period:
period=...
(see "Data
record compression" on page 100)
94
Rev. 01