= "OPC Plugin\n"
"==========\n"
"\n"
"This plugin creates OPC Client and/or OPC Server Devices.\n"
"\n"
"\n"
"## Config file: `ola-opc.conf`\n"
"\n"
"`target = <IP>:<port>` \n"
"Create a Open Pixel Control client, connected to the `IP:port`. Multiple\n"
"targets can be specified and a device will be created for each.\n"
"\n"
"`listen = <IP>:<port>` \n"
"Create an Open Pixel Control server, listening on `IP:port`. To listen on\n"
"any address use `listen = 0.0.0.0`. Multiple listen keys can be specified\n"
"and a device will be created for each.\n"
"\n"
"`target_<IP>:<port>_channel = <channel>` \n"
"The Open Pixel Control channels to use for the specified device. Multiple\n"
"channels can be specified and an output port will be created for each.\n"
"\n"
"`listen_<IP>:<port>_channel = <channel>` \n"
"The Open Pixel Control channels to use for the specified device. Multiple\n"
"channels can be specified and an input port will be created for each."