I just need to send a basic message over UDP. I have already given up, and probably I need to use some of the libraries. When I research, there are examples of the AsyncUdpSocket library. I do not know where I can load this class, and in the end I found GCDAsyncUdpSocket . Apparently they have a different constructor, and for this very reason I cannot create an instance of a new object to send an udp message. I know the basics of c lens, and I would appreciate it if someone could show me a short example of how to broadcast a message. the server part, which I have already received, I'm just interested in the client part.
source
share