Quantcast
Channel: The Things Network - Latest posts
Viewing all articles
Browse latest Browse all 116641

How to parse node data?

$
0
0

Our node (loramote) is sending some data here: http://thethingsnetwork.org/api/v0/nodes/006A1C54/

Here is a snippet for your convenience


{
"data_raw": "gFQcagAAcAAPIFXZTOoQ5pGwpg==",
"data": "AQAAAAAA",
"data_plain": "\u0001\u0000\u0000\u0000\u0000\u0000",
"time": "2015-11-27T13:46:39.994Z",
"node_eui": "006A1C54",
"gateway_eui": "AA555A0008060252"
}

But how can we parse this to make it useful? There should be gps position, temperature and pressure data in there.


Viewing all articles
Browse latest Browse all 116641

Trending Articles