Using “sockets”, I am writing an Apps in Visual C++ and for iPhone to communicate with each other. Since I know the IP address I can set it and everything works fine. But if a user doesn’t know the IP address, how can they find it or connect to a server on a port?
Share
You are going to need some kind of service discovery protocol. Bonjour or UPnP are examples.