projects
/
contrib
/
iotivity.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added code to close the netlink socket.
[contrib/iotivity.git]
/
android
/
examples
/
provisioningclient
/
src
/
main
/
assets
/
oic_svr_db_client.json
1
{
2
"acl": [
3
{
4
"sub": "Kg==",
5
"rsrc": [
6
"/oic/res",
7
"/oic/d",
8
"/oic/p",
9
"/oic/res/types/d",
10
"/oic/ad",
11
"/oic/sec/amacl"
12
],
13
"perms": 2,
14
"ownrs" : ["YWRtaW5EZXZpY2VVVUlEMA=="]
15
},
16
{
17
"sub": "Kg==",
18
"rsrc": [
19
"/oic/sec/doxm",
20
"/oic/sec/pstat"
21
],
22
"perms": 2,
23
"ownrs" : ["YWRtaW5EZXZpY2VVVUlEMA=="]
24
}
25
],
26
"pstat": {
27
"isop": true,
28
"deviceid": "YWRtaW5EZXZpY2VVVUlEMA==",
29
"ch": 0,
30
"cm": 0,
31
"tm": 0,
32
"om": 3,
33
"sm": [3]
34
},
35
"doxm": {
36
"oxm": [0],
37
"oxmsel": 0,
38
"sct": 1,
39
"owned": true,
40
"deviceid": "YWRtaW5EZXZpY2VVVUlEMA==",
41
"ownr": "YWRtaW5EZXZpY2VVVUlEMA=="
42
}
43
}