Configure the bridge node
- Last UpdatedDec 04, 2023
- 1 minute read
This topic describes how to configure the bridge channel.
Code example
This is a code example for bridge channel.
<channel name="mwpl" class="mwpl.bridge.core.ChannelMWPL" connectionName="bridge" connectionType="client" connectionHost="localhost" connectionPort="10666" autoconnection="true"/>
Configure bridge node
-
Open the File sample: bridge.xml file.
-
Locate the MWPL channel definition.
-
Ensure that connectionName matches the bridge.
-
Set connectionType to Client or Server.
If set to Client, set connectionHost address to server IP and the server port (if different from default one).
Note: Use the IP address, not the machine name.