Skip to content

Latest commit

 

History

History
54 lines (53 loc) · 1.66 KB

5_LoRaPayloadLocalisationXML.md

File metadata and controls

54 lines (53 loc) · 1.66 KB

Below a XML message is shown for a device that is configured to include location information, originating from Thingpark.

<?xml version="1.0" encoding="UTF-8"?>
<DevEUI_uplink
    xmlns="http://uri.actility.com/lora">
    <Time>2016-10-11T15:09:20.139+02:00</Time>
    <DevEUI>0018B2000067BCDE</DevEUI>
    <FPort>1</FPort>
    <FCntUp>0</FCntUp>
    <MType>4</MType>
    <FCntDn>1</FCntDn>
    <payload_hex>8e1b0100ffff</payload_hex>
    <mic_hex>bf7b93c4</mic_hex>
    <Lrcid>0059AC01</Lrcid>
    <LrrRSSI>-103.000000</LrrRSSI>
    <LrrSNR>6.000000</LrrSNR>
    <SpFact>12</SpFact>
    <SubBand>G1</SubBand>
    <Channel>LC1</Channel>
    <DevLrrCnt>2</DevLrrCnt>
    <Lrrid>080603DB</Lrrid>
    <Late>0</Late>
    <LrrLAT>52.069302</LrrLAT>
    <LrrLON>4.349437</LrrLON>
    <Lrrs>
        <Lrr>
            <Lrrid>080603DB</Lrrid>
            <Chain>0</Chain>
            <LrrRSSI>-103.000000</LrrRSSI>
            <LrrSNR>6.000000</LrrSNR>
            <LrrESP>-103.973228</LrrESP>
        </Lrr>
        <Lrr>
            <Lrrid>FF010421</Lrrid>
            <Chain>0</Chain>
            <LrrRSSI>-112.000000</LrrRSSI>
            <LrrSNR>-23.000000</LrrSNR>
            <LrrESP>-135.021713</LrrESP>
        </Lrr>
    </Lrrs>
    <DevLocTime>2016-10-11T15:08:52.0+02:00</DevLocTime>
    <DevLAT>52.068363</DevLAT>
    <DevLON>5.192625</DevLON>
    <DevAlt>33.500000</DevAlt>
    <DevAcc>0.000000</DevAcc>
    <DevLocRadius>0.000000</DevLocRadius>
    <DevAltRadius>0.000000</DevAltRadius>
    <CustomerID>100006241</CustomerID>
    <CustomerData>{"alr":{"pro":"SMTC/LoRaMote","ver":"1"}}</CustomerData>
    <ModelCfg>0</ModelCfg>
    <DevAddr>0467BCDE</DevAddr>
</DevEUI_uplink>