I've been toying with the idea of creating a Windower add-on, and it would really be best if I could use Windower's existing IPC mechanism to communicate between my addon and an external program (not a bot). I tried using Process Explorer to look for any open Named Pipes while I had two Windower instances open using Send to pass messages to each other, but wasn't able to see any pipes originating from Windower or POL at all.
Does anyone know anything about connecting to Windower's IPC channel from an external program/script? I can set up the communication from the outside, I just don't know where to direct it so that Windower will see it.