mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Configure protobufs, set up each type of data being streamed over BLE to be saved
This commit is contained in:
parent
693aec1fd3
commit
da9e01b4e7
21 changed files with 6347 additions and 81 deletions
38
MeshtasticClient/Resources/nodeInfo.json
Normal file
38
MeshtasticClient/Resources/nodeInfo.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[{
|
||||
"nodeInfo": {
|
||||
"num":3186677820,
|
||||
"user":{
|
||||
"id":"!bdf0d83c",
|
||||
"longName":"Garth Vander Houwen",
|
||||
"shortName":"GVH",
|
||||
"macaddr":"fJ698Ng8",
|
||||
"hwModel":"TBEAM"
|
||||
},
|
||||
"position":{
|
||||
"latitudeI":476040257,
|
||||
"longitudeI":-1221545412,
|
||||
"altitude":11,
|
||||
"batteryLevel":100,
|
||||
"time":1631384279
|
||||
},
|
||||
"lastHeard":1631384279
|
||||
},
|
||||
{
|
||||
"nodeInfo":{
|
||||
"num":2792101487,
|
||||
"user":{
|
||||
"id":"!a66c166f",
|
||||
"longName":"RAK Solar 2",
|
||||
"shortName":"RS2",
|
||||
"macaddr":"8eambBZv",
|
||||
"hwModel":"RAK4631"
|
||||
},
|
||||
"position":{
|
||||
"batteryLevel":88,
|
||||
"time":1631297585
|
||||
},
|
||||
"lastHeard":1631383493,
|
||||
"snr":12.0
|
||||
}
|
||||
}
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue