Is it possible for an iphone to send UDP messages through an IP on port 3330?
Thanks! Elijah
Is it possible for an iphone to send UDP messages through an IP on port 3330?
Thanks! Elijah
Of course. You can open an UDP connection with BSD sockets API.
Check out these functions:
Checkout the AsyncUdpSocket Class from cocoaasyncsocket. This should make things easier.