-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_input.json
More file actions
38 lines (37 loc) · 1.15 KB
/
example_input.json
File metadata and controls
38 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"app_id": "my-app-id",
"dev_id": "my-dev-id",
"hardware_serial": "0102030405060708",
"port": 1,
"counter": 2,
"is_retry": false,
"confirmed": false,
"payload_raw": "AQIDBA==",
"payload_fields": {},
"metadata": {
"time": "1970-01-01T00:00:00Z",
"frequency": 868.1,
"modulation": "LORA",
"data_rate": "SF7BW125",
"bit_rate": 50000,
"coding_rate": "4/5",
"gateways": [
{
"gtw_id": "ttn-herengracht-ams",
"timestamp": 12345,
"time": "1970-01-01T00:00:00Z",
"channel": 0,
"rssi": -25,
"snr": 5,
"rf_chain": 0,
"latitude": 52.1234,
"longitude": 6.1234,
"altitude": 6
}
],
"latitude": 52.2345,
"longitude": 6.2345,
"altitude": 2
},
"downlink_url": "https://integrations.thethingsnetwork.org/ttn-eu/api/v2/down/my-app-id/my-process-id?key=ttn-account-v2.secret"
}