Hi, I've got a client and server script on two different computers each behind a router and firewall. How would I go about making the scripts talk to each other? I know that it's possible since
skype can do it, but was wondering if someone could point me in the right direction to implement it in AHK since my network knowledge is lacking.
In the end I'm hoping to wrap it around some existing vpn client so that I don't have to fiddle with port forwarding in the router all the time as the ip addresses of both the client and server are dynamic. This also means that I will need to be able to redirect VPN server packets through my server script and after sending it to the client script, pass it back onto the VPN client script so advice on this would also be much appreciated.
Many thanks.