-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathcedar.json
116 lines (108 loc) · 3.65 KB
/
cedar.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"nodes": [
{
"node_name": "montreal",
"subscribers":[
{"topic_name":"arkansas", "msg_type":"stamped4_int32"}
],
"publishers": [
{"topic_name": "danube", "msg_type": "stamped_int64", "freq_hz": 64},
{"topic_name": "amazon", "msg_type": "stamped9_float32", "freq_hz": 64},
{"topic_name": "ganges", "msg_type": "stamped4_int32", "freq_hz": 64},
{"topic_name": "nile", "msg_type": "stamped4_int32", "freq_hz": 64}
],
"executor_id":1
},
{
"node_name": "munich",
"subscribers":[
{"topic_name":"danube", "msg_type":"stamped_int64"},
{"topic_name":"amazon", "msg_type": "stamped9_float32"}
],
"publishers": [
{"topic_name":"rhine", "msg_type": "stamped4_int32", "freq_hz": 64}
],
"executor_id":2
},
{
"node_name": "hamburg",
"subscribers":[
{"topic_name":"danube", "msg_type":"stamped_int64"},
{"topic_name":"amazon", "msg_type": "stamped9_float32"},
{"topic_name":"ganges", "msg_type":"stamped4_int32"},
{"topic_name":"nile", "msg_type":"stamped4_int32"}
],
"publishers": [
{"topic_name": "parana", "msg_type": "stamped3_float32", "freq_hz": 64}
],
"executor_id":3
},
{
"node_name": "osaka",
"subscribers":[
{"topic_name":"parana", "msg_type":"stamped3_float32"}
],
"publishers": [
{"topic_name":"salween", "msg_type":"stamped12_float32", "freq_hz": 10}
],
"executor_id":4
},
{
"node_name": "mandalay",
"subscribers":[
{"topic_name":"rhine", "msg_type":"stamped4_int32"},
{"topic_name":"salween", "msg_type":"stamped12_float32"}
],
"publishers": [
{"topic_name":"missouri", "msg_type": "stamped_vector", "msg_size": 10000, "freq_hz": 10}
],
"executor_id":5
},
{
"node_name": "ponce",
"subscribers":[
{"topic_name":"rhine", "msg_type":"stamped4_int32"},
{"topic_name":"missouri", "msg_type":"stamped_vector"},
{"topic_name":"salween", "msg_type":"stamped12_float32"},
{"topic_name":"volga", "msg_type":"stamped_int64"}
],
"publishers": [
{"topic_name": "mekong", "msg_type": "stamped_vector", "msg_size": 100, "freq_hz": 2},
{"topic_name": "congo", "msg_type": "stamped4_int32", "freq_hz": 10}
],
"executor_id":6
},
{
"node_name": "barcelona",
"subscribers":[
{"topic_name":"mekong", "msg_type":"stamped_vector"}
],
"publishers": [
{"topic_name": "lena", "msg_type": "stamped_vector", "msg_size": 50, "freq_hz": 10}
],
"executor_id":7
},
{
"node_name": "georgetown",
"subscribers":[
{"topic_name":"lena", "msg_type":"stamped_vector"}
],
"publishers": [
{"topic_name": "volga", "msg_type": "stamped_int64", "freq_hz": 2}
],
"executor_id":8
},
{
"node_name": "geneva",
"subscribers":[
{"topic_name":"congo", "msg_type":"stamped4_int32"},
{"topic_name":"rhine", "msg_type":"stamped4_int32"},
{"topic_name":"parana", "msg_type":"stamped3_float32"}
],
"publishers": [
{"topic_name": "arkansas", "msg_type": "stamped4_int32", "freq_hz": 10}
],
"executor_id":9
}
]
}