How to create a custom channel in PAT(Protocal Adapter Toolkits) ?
Hi,
The device I need to connect sents out its data via TCP socket request, not websocket request. My idea is to use PAT to get the data. PAT supports websocket by default, I can wrap the tcp packet as websocket request ( or any other channel PAT supports ) then sent it to PAT, but the more straightforward way is to create a custom Channel in PAT I think.
But I don't know how to register a custom Channel and how to config it in connector.conf . Is there a guide for creating custom channel ?
Regards,
Sean

