So I'm using cocoahttpserver in my iphone application. I have the webserver working. But for now I need to identify my ip address and port number before an outside browser can access anything I create.
I would like to have my users connect via a human readable domain name. Even a domain name w/ the port appended would be acceptable.
I'm given to understand Bonjour allows for some degree of domain name resolution via mDNS. Is it even possible to use Bonjour to come to some solution here? I've been trying for some time, but I am running into a myriad of problems. Am I spinning my wheels? It does seem strange that temporary domain name resolution is possible. Any documentation, tutorials, or advice would be greatly appreciated. Thank you.
EDIT: Editing to be more clear, I apologize. I only require LOCALIZED domain name resolution. Doing it on a global scale would be folly for obvious reasons. But my app's need will not extend beyond a single wireless router.
EDIT: Unfortunately my question has not yet been answered. Here is another reference. Perhaps I didn't make my question clear enough originally. If anyone has advice on best practices to clean up a question, please let me know via comment.
EDIT: This question does not seem to be of value. My true problem seems to lie in the cocoahttpserver implementation of Bonjour and mdns. It seems this problem can be solved, but it is fairly difficult and advanced, which made it hard for me to phrase the question. When I get the rep, I'll recommend this question for removal. Thank you to all who tried to help.