Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <pacpus>
|
---|
3 | <components>
|
---|
4 | <component name="node_1" type="PacpusUDPSocket"
|
---|
5 | typeSocket="client"
|
---|
6 | port="1200"
|
---|
7 | address="127.0.0.1"/>
|
---|
8 | <component name="node_2" type="PacpusUDPSocket"
|
---|
9 | typeSocket="client"
|
---|
10 | port="1200"
|
---|
11 | address="127.0.0.1"/>
|
---|
12 | <component name="server" type="PacpusUDPSocket"
|
---|
13 | typeSocket="server"
|
---|
14 | port="1200"
|
---|
15 | address="127.0.0.1"/>
|
---|
16 | <component name="emitter" type="StringGenerator"
|
---|
17 | />
|
---|
18 | </components>
|
---|
19 | <connections>
|
---|
20 | <connection input="node_2.string" output="emitter.string" type="direct" priority="1"/>
|
---|
21 | <connection input="node_1.string" output="emitter.string" type="direct" priority="1"/>
|
---|
22 | </connections>
|
---|
23 | <plugins prefix="lib" postfix="" extension="so">
|
---|
24 | <plugin lib="PacpusSocket" />
|
---|
25 | </plugins>
|
---|
26 | </pacpus>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.