jayrodau 0 Newbie Poster

I would appreciate if someone could point me in a direction for setting up a publish and subscribe for udp.

Here is a brief description of what I am looking for:

As we know, UDP allows directly sending message and receiving message without establishing any connection.A UDP protocol is used for all the communication between pub/sub server and publisher/subscriber. When a Subscriber application sends a message for subscription to pub/sub server, pub/sub server keeps the address (IP, port) of the subscriber topic wise. When an event message of a particular topic is sent to pub/sub server by Publisher Application, Pub/Sub server takes the address list for the corresponding topic and sends the event to every address of the list.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.