Hi guys/girls,
I was wondering if anyone knows of a combined Objective-C Bonjour/TCP stack out there, that would allow me to forget about managing sockets, broadcasting services etc and instead let me just host a service and/or get a list of existing services and connect to one. Then just continue by sending messages either to specific clients from the server side or to the server from a client.
I presume any received messages and/or discovered services would be sent to me via delegate methods and doing the rest of the dirty work would be up to the stack.
I realize this is not all that tough to implement myself and I already have some of it done, but it would make a lot more sense to use a mature framework.
Extra points if it's iPhone compatible.