Questions tagged [cocoaasyncsocket]

CocoaAsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream for Cocoa/Objective-C.

CocoaAsyncSocket is a TCP/IP socket networking library that wraps CFSocket and CFStream for Cocoa/Objective-C. More information at GitHub page

151 questions
-1
votes
1 answer

How to find all the servers on local network?

I'm using CocoaAsyncSocket for a server client application on the iPad. Right now if the server is up the client can type in the IP of the server and connect to it. Is there a way to display all the servers on the local network that are running this…
Konrad Wright
  • 1,254
  • 11
  • 24
1 2 3
10
11