iphone - How to start with UDP IN IOS OBJECTIVE_C -


hi visit here. working xcode proj use udp .

so, need here.

what frameworks need include? how should start this. ?

in particular, how set udp socket , send/receive data on it?

agree markus, udpechoserver , udpechoclient examples starting point here.

if add code this post have working udp multicast client + server in no time.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -