forked from hso-esk/emb6
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlcmnetwork.conf
More file actions
58 lines (56 loc) · 2.1 KB
/
lcmnetwork.conf
File metadata and controls
58 lines (56 loc) · 2.1 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
##
# This is an example file for establishing a virtualized network. It creates
# a virtual topology using 5 network devices and following the topology as
# described below.
#
# The topology describes a routing scenario whereas node 0xEE has the
# possibility to create a fallback route in case one of its parents disappears.
#
# The Layout of configuration file follows the following rules. Each line
# contains a mapping of the Node Address and the Addresses of the Nodes that
# shall hear this node.
#
# +-------------------------------------+
# | Node Address || Tx Channels |
# +-------------------------------------+
#
#
#
# +-------------+
# | |
# | 0x00AA |
# | |
# +------^------+
# |
# |
# |
# +------v------+
# | |
# +---------> 0x00BB <---------+
# | | | |
# | +-------------+ |
# | |
# | |
# | |
# | |
# +------v------+ +------v------+
# | | | |
# | 0x00CC | | 0x00DD |
# | | | |
# +------^------+ +------^------+
# | |
# | |
# | |
# | |
# | +-------------+ |
# | | | |
# +---------> 0x00EE <---------+
# | |
# +-------------+
##
## Start of Configuration
0x00AA 0x00BB
0x00BB 0x00AA,0x00CC,0x00DD
0x00CC 0x00BB,0x00EE
0x00DD 0x00BB,0x00EE
0x00EE 0x00CC,0x00DD