Hi,
I'm trying to build an application that has a TCP Socket Listener, but I can not test it or make it work yet because I want my phone to connect to my computer and *I think* that just does not work because they are on different networks.
So, again, *I think* my solution is to run my application on a Virtual Machine on Windows Azure, so I can get a Domain Name and be able to connect to it from any device with TCP connections.
My questions are:
1) It is possible to do that?
2) Is there any other simpler way to do that?
3) What is the best method to implement a TCP Listener in this case: a windows metro application with StreamSocketListener or a console application with TcpListener?
Thank you very much!