Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthijskooijman/eb74d771a36a1beae567348441c85724 to your computer and use it in GitHub Desktop.
Save matthijskooijman/eb74d771a36a1beae567348441c85724 to your computer and use it in GitHub Desktop.
From gateway traffic:
{
"gw_id": "eui-0000024b080e020a",
"payload": "ALoDANB+1bNwOQAAAAAAAAD5CgxrOqk=",
"dev_eui": "0000000000000039",
"lora": {
"spreading_factor": 7,
"bandwidth": 125,
"air_time": 61696000
},
"coding_rate": "4/5",
"timestamp": "2017-06-21T15:07:07.879Z",
"rssi": -99,
"snr": 6.2,
"app_eui": "70B3D57ED00003BA",
"frequency": 868500000
}
From application data with AppEUI 70B3D57ED00003BA:
{
"time": "2017-06-21T15:07:07.531334607Z",
"frequency": 868.5,
"modulation": "LORA",
"data_rate": "SF7BW125",
"coding_rate": "4/5",
"gateways": [
{
"gtw_id": "eui-1dee0b64b020eec4",
"timestamp": 99766979,
"time": "",
"channel": 2,
"rssi": -115,
"snr": -5,
"rf_chain": 1,
"latitude": 52.162792,
"longitude": 5.3768687
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment