I need to establish socket connection between window machine and iPads. So here window machine is a sever which can connect to one or many iPad. For window machine(server) code is already there.
So will it be any issue while connecting window machine with iPads using socket?? and what is the best way to do it ?
If you’re asking for possible issues because one side is Win and the other iOS then you can be sure that’s not gonna cause any issues.
Assuming you’re talking about iOS TCP client – one good tutorial is here: iPhone Network Programming.
There is also Robbie Hanson’s CocoaAsyncSocket: well written, easy to implement and comes with examples. Examples are OSX projects but can be quickly converted to iOS projects.