what does link do
Connects two separate instances of the app to enable the AI's to talk to each other.
do you need to like open one end and link one to that
Has to be linked both ways, so internally they both know to be listening for incoming messages via TCP/IP. If they're both on the same computer, then can just use localhost.
thanks